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:
parent
75d49a9e05
commit
62803cc21f
52 changed files with 5922 additions and 5837 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#include "game/audio.h"
|
||||
#include "game/data.h"
|
||||
#include "game/hsfman.h"
|
||||
#include "game/process.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue