Implemented hooks for disabling hints

This commit is contained in:
Hyper
2024-10-17 22:21:36 +01:00
parent 0cae5feba9
commit ce95692d8a
2 changed files with 18 additions and 1 deletions

View File

@@ -72,6 +72,11 @@ void CSDOffsetMidAsmHook(PPCRegister& f1, PPCRegister& f2)
}
}
bool DisableHintsMidAsmHook()
{
return !Config::Hints;
}
/* Hook function that gets the game region
and force result to zero for Japanese
to display the correct logos. */