From a731668ab35f6a87d30fc929c2dab3e18d67608b Mon Sep 17 00:00:00 2001 From: slinga-homebrew <58894244+slinga-homebrew@users.noreply.github.com> Date: Sat, 5 Jun 2021 01:25:58 -0400 Subject: [PATCH] Additional warnings for Action Replay --- main.c | 2 +- main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 7e28f98..f06cf86 100644 --- a/main.c +++ b/main.c @@ -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++; } diff --git a/main.h b/main.h index 2c6d301..2c7cccc 100644 --- a/main.h +++ b/main.h @@ -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