Cheevos: Ignore unofficial achievements for now

This commit is contained in:
Connor McLaughlin
2021-03-03 19:41:03 +10:00
parent 7dbc759619
commit 6ecf828171
2 changed files with 19 additions and 10 deletions

View File

@ -7,6 +7,13 @@ class CDImage;
namespace Cheevos {
enum class AchievementCategory : u32
{
Local = 0,
Core = 3,
Unofficial = 5
};
struct Achievement
{
u32 id;