Ported m440Dll
This commit is contained in:
parent
b9466df0f8
commit
68a6774f9b
8 changed files with 427 additions and 394 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue