mirror of
https://github.com/zeldaret/ss
synced 2026-06-12 13:34:57 -04:00
d_gfx mostly OK
This commit is contained in:
@@ -1531,7 +1531,7 @@ void SaveMgr::endState() {
|
||||
}
|
||||
|
||||
s32 SaveMgr::getFrameRate() {
|
||||
return 60 / dSys::getFrameRate();
|
||||
return 60 / dSys_c::getFrameRate();
|
||||
}
|
||||
|
||||
NandRequestCheckIsFile::NandRequestCheckIsFile(const char *path) : mIsFile(0) {
|
||||
|
||||
Reference in New Issue
Block a user