mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
overlays: add trophy list dialog
This commit is contained in:
parent
0bb2f72ee2
commit
1c22cc2f52
18 changed files with 545 additions and 34 deletions
|
|
@ -636,6 +636,7 @@ int main(int argc, char** argv)
|
|||
if (i > 0) utf8_args += " ";
|
||||
utf8_args += '\'' + wchar_to_utf8(arg_list[i]) + '\'';
|
||||
}
|
||||
LocalFree(arg_list);
|
||||
sys_log.notice("argv_utf8: %s", utf8_args);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue