mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 01:19:44 -06:00
Implemented hooks for disabling hints
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user