Skip to content

Commit

Permalink
Additional warnings for Action Replay
Browse files Browse the repository at this point in the history
  • Loading branch information
slinga-homebrew authored Jun 5, 2021
1 parent 8e534b7 commit a731668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ unsigned int initMenuOptions(int newState)

if(g_Game.deviceActionReplayBackup == true)
{
g_Game.menuOptions[numMenuOptions].optionText = "Action Replay (Beta Read-Only)";
g_Game.menuOptions[numMenuOptions].optionText = "Action Replay (DANGER: Beta)";
g_Game.menuOptions[numMenuOptions].option = MAIN_OPTION_ACTION_REPLAY;
numMenuOptions++;
}
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "bup_header.h"

// program version, keep this length to avoid having to resize strings
#define VERSION "3.6.8"
#define VERSION "3.6.9"

// program states
#define STATE_UNINITIALIZED 0
Expand Down

0 comments on commit a731668

Please sign in to comment.