mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 22:05:45 -04:00
Cheevos: Ignore unofficial achievements for now
This commit is contained in:
@ -7,6 +7,13 @@ class CDImage;
|
||||
|
||||
namespace Cheevos {
|
||||
|
||||
enum class AchievementCategory : u32
|
||||
{
|
||||
Local = 0,
|
||||
Core = 3,
|
||||
Unofficial = 5
|
||||
};
|
||||
|
||||
struct Achievement
|
||||
{
|
||||
u32 id;
|
||||
|
Reference in New Issue
Block a user