d_gfx mostly OK

This commit is contained in:
robojumper
2025-07-27 16:45:04 +02:00
parent 4ec5128eb4
commit e4e4be4fce
24 changed files with 339 additions and 69 deletions
+1 -1
View File
@@ -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) {