Skip to content

Commit 3a634b9

Browse files
Add files via upload
Hugopocked Fixes link added
1 parent 93553f8 commit 3a634b9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bin/POPSLDR/ui.lua

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ UI = {
223223
SCENES = {
224224
GUSBFAT = 1,
225225
GUSBEXFAT = 2,
226-
GSMB = 3,
226+
GMMCE = 3,
227227
GMX4SIO = 4,
228228
GHDD = 5,
229229
GAPAHDD = 5,
@@ -1511,7 +1511,7 @@ end
15111511
return
15121512
end
15131513
local ammount = #PLDR.GAMES
1514-
if UI.CURSCENE == UI.SCENES.GSMB and not hide_ui then
1514+
if UI.CURSCENE == UI.SCENES.GMMCE and not hide_ui then
15151515
local slots = PLDR.GetMMCESlots()
15161516
if #slots > 1 then
15171517
Font.ftPrint(SFONT, layout.LIST_X, layout.LIST_Y - 20, 0, UI.SCR.X, 16, "Slot: "..PLDR.MMCE.PREFIX, UI.CCOL.GREY)
@@ -2024,7 +2024,7 @@ end
20242024
UI.Notif_queue.add("No MMCE device found (mmce0/mmce1).")
20252025
PLDR.CleanupGameList()
20262026
PLDR.GAMEPATH = ""
2027-
UI.SceneChange(UI.SCENES.GSMB)
2027+
UI.SceneChange(UI.SCENES.GMMCE)
20282028
else
20292029
if PLDR.MMCE.PREFIX == nil then
20302030
PLDR.SetMMCESlot(1)
@@ -2037,7 +2037,7 @@ end
20372037
PLDR.CleanupGameList()
20382038
PLDR.GetPS1GameLists(mmce_prefix.."POPS/", true)
20392039
UI.setDeviceLock(DEVLOCK.MMCE)
2040-
UI.SceneChange(UI.SCENES.GSMB)
2040+
UI.SceneChange(UI.SCENES.GMMCE)
20412041
end
20422042
elseif UI.MainMenu.OPT == 2 then
20432043
-- MX4SIO is intentionally disabled for this release to avoid incomplete behavior/crashes.
@@ -2292,7 +2292,8 @@ uyjulian, fjtrujy, HWC, and others for always helping me
22922292
This program is free and open source
22932293
If you bought it, you have been scammed
22942294
2295-
israpps.github.io
2295+
Compatibility problems? Visit:
2296+
youtube.com/@hugopocked6695
22962297
]], currcol)
22972298
if UI.BUILD_INFO ~= nil and UI.BUILD_INFO.stamp ~= nil then
22982299
local stamp_y = Round(layout.FOOTER_LABEL_Y - 18)
@@ -2360,7 +2361,7 @@ _G.UI = UI
23602361
UI.GAME_SCENES = {
23612362
[UI.SCENES.GUSBFAT] = true,
23622363
[UI.SCENES.GUSBEXFAT] = true,
2363-
[UI.SCENES.GSMB] = true,
2364+
[UI.SCENES.GMMCE] = true,
23642365
[UI.SCENES.GMX4SIO] = true,
23652366
[UI.SCENES.GHDD] = true,
23662367
[UI.SCENES.GBDMHDD] = true

0 commit comments

Comments
 (0)