mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-30 08:57:06 -04:00
Implemented achievement data verification (#161)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user