mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Qt/logging: add format function for QString
This commit is contained in:
parent
6dcf63009e
commit
a90858193e
37 changed files with 122 additions and 128 deletions
|
@ -131,7 +131,7 @@ void pad_thread::Init()
|
|||
input_log.notice("Reloaded empty pad config");
|
||||
}
|
||||
|
||||
input_log.trace("Using pad config:\n%s", g_cfg_input.to_string());
|
||||
input_log.trace("Using pad config:\n%s", g_cfg_input);
|
||||
|
||||
std::shared_ptr<keyboard_pad_handler> keyptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue