diff --git a/RefChip16/main.cpp b/RefChip16/main.cpp index b6b130b..d6cfec0 100644 --- a/RefChip16/main.cpp +++ b/RefChip16/main.cpp @@ -175,7 +175,7 @@ int LoadIni(){ void UpdateTitleBar(HWND hWnd) { - sprintf_s(headingstr, "RefChip16 V1.81 FPS: %d Recompiler %s", fps2, Recompiler ? "Enabled" : "Disabled"); + sprintf_s(headingstr, "RefChip16 V1.82 FPS: %d Recompiler %s", fps2, Recompiler ? "Enabled" : "Disabled"); SetWindowText(hWnd, headingstr); } // The entry point for any Windows program @@ -594,7 +594,7 @@ LRESULT CALLBACK WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPara ToggleLogging(hWnd); break; case ID_ABOUT: - MessageBox(hWnd, "RefChip16 V1.81 Written by Refraction - Big thanks to the Chip16 devs for this :)", "RefChip16", 0); + MessageBox(hWnd, "RefChip16 V1.82 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 27156eb..f9ba17f 100644 Binary files a/Release/RefChip16.exe and b/Release/RefChip16.exe differ