Decompile `nuScGetFrameRate`
This commit is contained in:
parent
d9165a5c5b
commit
fa955ceb38
|
|
@ -169,13 +169,9 @@ void nuScSetFrameBufferNum(u8 frameBufferNum) {
|
|||
nusched.frameBufferNum = frameBufferNum;
|
||||
}
|
||||
|
||||
// extern u8 D_800E918C;
|
||||
|
||||
INCLUDE_ASM(const s32, "_ob_past_brick", func_80089534);
|
||||
/* 19934 80089534 */
|
||||
// u8 func_80089534(void) {
|
||||
// return D_800E918C;
|
||||
// }
|
||||
s32 nuScGetFrameRate() {
|
||||
return nusched.frameRate;
|
||||
}
|
||||
|
||||
INCLUDE_ASM(const s32, "_ob_past_brick", __thread_80089540);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue