mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00: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