Decompile `nuScGetFrameRate`

This commit is contained in:
gijs 2023-10-20 15:47:13 +02:00
parent d9165a5c5b
commit fa955ceb38
1 changed files with 3 additions and 7 deletions

View File

@ -169,13 +169,9 @@ void nuScSetFrameBufferNum(u8 frameBufferNum) {
nusched.frameBufferNum = frameBufferNum; nusched.frameBufferNum = frameBufferNum;
} }
// extern u8 D_800E918C; s32 nuScGetFrameRate() {
return nusched.frameRate;
INCLUDE_ASM(const s32, "_ob_past_brick", func_80089534); }
/* 19934 80089534 */
// u8 func_80089534(void) {
// return D_800E918C;
// }
INCLUDE_ASM(const s32, "_ob_past_brick", __thread_80089540); INCLUDE_ASM(const s32, "_ob_past_brick", __thread_80089540);