Ported m440Dll

This commit is contained in:
dbalatoni13 2024-11-18 00:50:02 +01:00
parent b9466df0f8
commit 68a6774f9b
8 changed files with 427 additions and 394 deletions

View file

@ -240,6 +240,11 @@ typedef struct _unkObjStruct {
f32 unk70;
} unkObjStruct;
#if VERSION_NTSC
#define REFRESH_RATE_F 60.0f
#else
#define REFRESH_RATE_F 49.998f
#endif
////// BSS //////
extern omObjData* lbl_1_bss_C0[4];