mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Jitregister: fix common-core dependency
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
namespace JitRegister
|
||||
{
|
||||
|
||||
void Init();
|
||||
void Init(const std::string& perf_dir);
|
||||
void Shutdown();
|
||||
void RegisterV(const void* base_address, u32 code_size,
|
||||
const char* format, va_list args);
|
||||
|
Reference in New Issue
Block a user