mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Use printf-like format in JitRegister::Register
The API is cleaner (no more magic default parameter) and more extensible like this.
This commit is contained in:
@ -11,6 +11,6 @@ namespace JitRegister
|
||||
void Init();
|
||||
void Shutdown();
|
||||
void Register(const void* base_address, u32 code_size,
|
||||
const char* name, u32 original_address=0);
|
||||
const char* format, ...);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user