mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Exit UU with START, switch START actions to SELECT
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "storeUtils.hpp"
|
||||
#include "structs.hpp"
|
||||
|
||||
extern bool exiting, QueueRuns;
|
||||
extern bool touching(touchPosition touch, Structs::ButtonPos button);
|
||||
|
||||
static const std::vector<Structs::ButtonPos> buttons = {
|
||||
@@ -158,4 +159,8 @@ void StoreUtils::SortHandle(bool &asc, SortType &st) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Quit UU. */
|
||||
if (hDown & KEY_START && !QueueRuns)
|
||||
exiting = true;
|
||||
}
|
||||
Reference in New Issue
Block a user