Some PAL symbols, ported m457Dll, naming progress on m457Dll (#568)

* Add missing imports and mark uninitialized variables

* Work on PAL symbols

* Ported m457Dll to all versions

* Some naming progress on m457Dll
Changed some names in present and option
This commit is contained in:
dbalatoni13 2025-03-14 22:09:49 +01:00 committed by GitHub
parent 75d49a9e05
commit 62803cc21f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 5922 additions and 5837 deletions

View file

@ -25,7 +25,7 @@ static ARQRequest arqReq;
static ARMemBlock ARInfo[64];
static s32 ARBase;
static s32 arqCnt;
static volatile s32 arqCnt;
static s16 arqIdx;
void HuARInit(void) {

View file

@ -1,3 +1,4 @@
#include "game/audio.h"
#include "game/data.h"
#include "game/hsfman.h"
#include "game/process.h"