diff --git a/RefChip16/main.cpp b/RefChip16/main.cpp index de648b9..fc0c542 100644 --- a/RefChip16/main.cpp +++ b/RefChip16/main.cpp @@ -172,7 +172,7 @@ int LoadIni(){ void UpdateTitleBar(HWND hWnd) { - sprintf_s(headingstr, "RefChip16 V1.8 FPS: %d Recompiler %s", fps2, Recompiler ? "Enabled" : "Disabled"); + sprintf_s(headingstr, "RefChip16 V1.81 FPS: %d Recompiler %s", fps2, Recompiler ? "Enabled" : "Disabled"); SetWindowText(hWnd, headingstr); } // The entry point for any Windows program @@ -589,7 +589,7 @@ LRESULT CALLBACK WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPara ToggleLogging(hWnd); break; case ID_ABOUT: - MessageBox(hWnd, "RefChip16 V1.8 Written by Refraction - Big thanks to the Chip16 devs for this :)", "RefChip16", 0); + MessageBox(hWnd, "RefChip16 V1.81 Written by Refraction - Big thanks to the Chip16 devs for this :)", "RefChip16", 0); break; case ID_EXIT: DestroyDisplay(); diff --git a/Release/RefChip16.exe b/Release/RefChip16.exe index 1416a02..5e0ede3 100644 Binary files a/Release/RefChip16.exe and b/Release/RefChip16.exe differ