Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions workspace/all/nextui/nextui.c
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,8 @@ int main (int argc, char *argv[]) {
dirty = 1;
}
else if (recents->count > 0 && PAD_justReleased(BTN_A)) {
// this will drop us back into game switcher after leaving the game
putFile(GAME_SWITCHER_PERSIST_PATH, "unused");
// TODO: This is crappy af - putting this here since it works, but
// super inefficient. Why are Recents not decorated with type, and need
// to be remade into Entries via getRecents()? - need to understand the
Expand Down