mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
log
This commit is contained in:
parent
412e2ae6fa
commit
17427c00d3
@ -79,9 +79,7 @@ std::unordered_map<uintptr_t,emfuncinfo>emfunctionhooks;
|
||||
std::unordered_set<uintptr_t>breakpoints;
|
||||
}
|
||||
bool hookPPSSPPDoJit(){
|
||||
ConsoleOutput("[Compatibility]");
|
||||
ConsoleOutput("PPSSPP 1.12.3-867 -> v1.16.1-35");
|
||||
ConsoleOutput("[Mirror] Download: https://github.com/koukdw/emulators/releases");
|
||||
ConsoleOutput("[Compatibility] PPSSPP 1.12.3-867 -> v1.16.1-35");
|
||||
auto DoJitPtr=getDoJitAddress();
|
||||
if(DoJitPtr==0)return false;
|
||||
HookParam hp;
|
||||
|
@ -89,10 +89,7 @@ std::unordered_map<uintptr_t,emfuncinfo>emfunctionhooks;
|
||||
}
|
||||
bool yuzusuyu::attach_function()
|
||||
{
|
||||
|
||||
ConsoleOutput("[Compatibility]");
|
||||
ConsoleOutput("Yuzu 1616+");
|
||||
ConsoleOutput("[Mirror] Download: https://github.com/koukdw/emulators/releases");
|
||||
ConsoleOutput("[Compatibility] Yuzu 1616+");
|
||||
auto DoJitPtr=getDoJitAddress();
|
||||
if(DoJitPtr==0)return false;
|
||||
ConsoleOutput("DoJitPtr %p",DoJitPtr);
|
||||
|
Loading…
Reference in New Issue
Block a user