Implemented achievement data verification (#161)

This commit is contained in:
Hyper
2025-01-24 20:59:48 +00:00
committed by GitHub
parent d443693d78
commit c6a25f21c2
16 changed files with 350 additions and 213 deletions
-3
View File
@@ -10,7 +10,6 @@
#include <xex.h>
#include <apu/audio.h>
#include <hid/hid.h>
#include <user/achievement_data.h>
#include <user/config.h>
#include <user/paths.h>
#include <kernel/xdbf.h>
@@ -184,8 +183,6 @@ int main(int argc, char *argv[])
ModLoader::Init();
AchievementData::Load();
KiSystemStartup();
uint32_t entry = LdrLoadModule(modulePath);