mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-20 20:19:35 -06:00
input_patches: add missing hook functions
This commit is contained in:
@@ -28,6 +28,16 @@ void PostureDPadSupportMidAsmHook(PPCRegister& pPadState, PPCRegister& x, PPCReg
|
||||
SetDPadAnalogDirectionY(pPadState, y, true);
|
||||
}
|
||||
|
||||
void PostureDPadSupportXMidAsmHook(PPCRegister& pPadState, PPCRegister& x)
|
||||
{
|
||||
SetDPadAnalogDirectionX(pPadState, x, false);
|
||||
}
|
||||
|
||||
void PostureDPadSupportYMidAsmHook(PPCRegister& pPadState, PPCRegister& y)
|
||||
{
|
||||
SetDPadAnalogDirectionY(pPadState, y, false);
|
||||
}
|
||||
|
||||
void PostureDPadSupportPathLocalMidAsmHook(PPCRegister& pPadState, PPCRegister& x, PPCRegister& y)
|
||||
{
|
||||
SetDPadAnalogDirectionX(pPadState, x, false);
|
||||
|
||||
Reference in New Issue
Block a user