Skip to content

Commit

Permalink
update dangling ref to NIN_CFG_SLIPPI_FILE_WRITE
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlee337 committed Sep 26, 2024
1 parent 6d2e93b commit 8961b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/source/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ static void Menu_GameSelection_Redraw(MenuCtx *ctx)
PrintFormat(DEFAULT_SIZE, (ncfg->Config & (NIN_CFG_SLIPPI_REPLAYS)) ? GREEN : RED, MENU_POS_X+320+(24*10),
gamelist_y, "%-3s", (ncfg->Config & (NIN_CFG_SLIPPI_REPLAYS)) ? "ON" : "OFF");

if ((ncfg->UseUSB == 0) && (usb_attached != 1) && (ncfg->Config & (NIN_CFG_SLIPPI_FILE_WRITE)))
if ((ncfg->UseUSB == 0) && (usb_attached != 1) && (ncfg->Config & (NIN_CFG_SLIPPI_REPLAYS)))
{
int usbStatusY;
switch (disk_status(ncfg->UseUSB ? DEV_SD : DEV_USB)) {
Expand Down

0 comments on commit 8961b03

Please sign in to comment.