mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 03:00:50 -06:00
audio gaming
This commit is contained in:
@@ -13,6 +13,7 @@ struct CodeCache
|
||||
void* Find(uint32_t guest) const;
|
||||
};
|
||||
|
||||
PPCFunc* KeFindHostFunction(uint32_t guest);
|
||||
SWA_API PPCFunc* KeFindHostFunction(uint32_t guest);
|
||||
SWA_API void KeInsertHostFunction(uint32_t guest, PPCFunc* function);
|
||||
|
||||
extern CodeCache gCodeCache;
|
||||
|
||||
Reference in New Issue
Block a user