Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurumaker72 committed Nov 27, 2024
2 parents 0784de7 + c3a1400 commit aeb2d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/gui/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam)

char stroop_c[1024] = {0};
sprintf(stroop_c,
"<Emulator name=\"Mupen 5.0 RR\" processName=\"%s\" ramStart=\"%s\" endianness=\"little\"/>",
"<Emulator name=\"Mupen 5.0 RR\" processName=\"%s\" ramStart=\"%s\" endianness=\"little\" autoDetect=\"true\"/>",
proc_name, ram_start);

constexpr auto RAMSTART_MESSAGE = "The RAM start is {}.\r\nDo you want to copy the generated STROOP config line to your clipboard?";
Expand Down

0 comments on commit aeb2d1e

Please sign in to comment.