mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Add early version of script to generate emu config.
Only generates achievements and stats configs at the moment.
This commit is contained in:
parent
ad66573a20
commit
eef92f1fe6
3 changed files with 98 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue