mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Kill off replaceable usages of s[n]printf.
This commit is contained in:
@ -113,6 +113,6 @@ private:
|
||||
static size_t m_currentItem;
|
||||
static std::string m_currentFilename;
|
||||
static size_t m_numberItem;
|
||||
static void CompressCB(const char* text, float percent, void* arg);
|
||||
static void MultiCompressCB(const char* text, float percent, void* arg);
|
||||
static void CompressCB(const std::string& text, float percent, void* arg);
|
||||
static void MultiCompressCB(const std::string& text, float percent, void* arg);
|
||||
};
|
||||
|
Reference in New Issue
Block a user