mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
Update texthook.cc
This commit is contained in:
parent
18d4bb74d0
commit
7cde15f054
@ -150,10 +150,10 @@ uintptr_t jitgetaddr(hook_stack* stack, HookParam* hp){
|
||||
{
|
||||
#ifdef _WIN64
|
||||
case JITTYPE::YUZU:
|
||||
return YUZU::emu_arg(stack)[hp->argidx]+hp->padding;
|
||||
return YUZU::emu_arg(stack)[hp->argidx];
|
||||
#endif
|
||||
case JITTYPE::PPSSPP:
|
||||
return PPSSPP::emu_arg(stack)[hp->argidx]+hp->padding;
|
||||
return PPSSPP::emu_arg(stack)[hp->argidx];
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user