overlays: add trophy list dialog

This commit is contained in:
Megamouse 2024-12-31 11:09:53 +01:00
parent 0bb2f72ee2
commit 1c22cc2f52
18 changed files with 545 additions and 34 deletions

View file

@ -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