mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +00: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:
parent
beaa9905a6
commit
a957f93532
5 changed files with 19 additions and 16 deletions
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include "Common/Common.h"
|
||||
|
||||
std::string StringFromFormatV(const char* format, va_list args);
|
||||
|
||||
std::string StringFromFormat(const char* format, ...)
|
||||
#if !defined _WIN32
|
||||
// On compilers that support function attributes, this gives StringFromFormat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue