mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-01 03:27:06 -05:00
Implemented XButtonHoming hook
This commit is contained in:
@@ -162,6 +162,11 @@ bool DisableHintsMidAsmHook()
|
||||
return !Config::Hints;
|
||||
}
|
||||
|
||||
void SetXButtonHomingMidAsmHook(PPCRegister& r30)
|
||||
{
|
||||
r30.u32 = Config::XButtonHoming;
|
||||
}
|
||||
|
||||
/* 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