Skip to content

Commit

Permalink
Version bump to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Jan 19, 2024
1 parent dd68638 commit cc6fb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RefChip16/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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();
Expand Down
Binary file modified Release/RefChip16.exe
Binary file not shown.

0 comments on commit cc6fb7a

Please sign in to comment.