mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 08:21:11 -06:00
input, timing and other misc
This commit is contained in:
@@ -38,10 +38,10 @@ void* CodeCache::Find(uint32_t guest) const
|
||||
|
||||
SWA_API PPCFunc* KeFindHostFunction(uint32_t guest)
|
||||
{
|
||||
return static_cast<PPCFunc*>(gCodeCache.Find(guest));
|
||||
return static_cast<PPCFunc*>(g_codeCache.Find(guest));
|
||||
}
|
||||
|
||||
SWA_API void KeInsertHostFunction(uint32_t guest, PPCFunc* function)
|
||||
{
|
||||
gCodeCache.Insert(guest, function);
|
||||
g_codeCache.Insert(guest, function);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user