diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-12 19:22:28 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-12 19:22:28 +0200 |
commit | 8b2138f7bdfb508c5ff42681013dd886a5eb1955 (patch) | |
tree | e47bc6e05193098cd9895fa940c359dca335a513 /src/core/MenuScreens.h | |
parent | Revert "fix" (diff) | |
download | re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.gz re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.bz2 re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.lz re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.xz re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.zst re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.zip |
Diffstat (limited to 'src/core/MenuScreens.h')
-rw-r--r-- | src/core/MenuScreens.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/MenuScreens.h b/src/core/MenuScreens.h index cece80c7..9c0dde69 100644 --- a/src/core/MenuScreens.h +++ b/src/core/MenuScreens.h @@ -128,7 +128,7 @@ const CMenuScreen aScreens[] = { // MENUPAGE_NO_MEMORY_CARD = 13 { "FES_NOC", 1, MENUPAGE_DISABLED, MENUPAGE_DISABLED, 0, 0, - MENUACTION_LABEL, "FEC_OFI", SAVESLOT_NONE, MENUPAGE_NONE, // only in mobile. FEC_OFI is missing + // hud adjustment page in mobile }, // MENUPAGE_LOADING_IN_PROGRESS = 14 @@ -444,7 +444,7 @@ const CMenuScreen aScreens[] = { // MENUPAGE_57 = 57 { "", 0, MENUPAGE_NONE, MENUPAGE_NONE, 0, 0, - + // mission failed, wanna restart page in mobile }, // MENUPAGE_58 = 58 |