Add early version of script to generate emu config.

Only generates achievements and stats configs at the moment.
This commit is contained in:
Mr_Goldberg 2022-08-06 05:23:49 -04:00
parent ad66573a20
commit eef92f1fe6
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 98 additions and 1 deletions

View file

@ -802,7 +802,7 @@ void Steam_Overlay::OverlayProc()
ImGui::Separator();
ImGui::Text("%s", x.title.c_str());
if (x.hidden) {
if (hidden) {
ImGui::Text("hidden achievement");
} else {
ImGui::TextWrapped("%s", x.description.c_str());