Implemented cross-platform logger framework (and clean-up)

This commit is contained in:
Hyper
2024-12-12 22:12:29 +00:00
parent b9bd137659
commit 0813be2acf
17 changed files with 453 additions and 416 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
#include <user/achievement_data.h>
#include <user/config.h>
#include <api/SWA.h>
#include <os/logger.h>
const char* m_pStageID;
@@ -57,7 +58,7 @@ PPC_FUNC(sub_824E5170)
{
if (!m_isSavedAchievementData)
{
printf("[*] Saving achievements...\n");
LOGN("Saving achievements...");
AchievementData::Save();