mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
MainScreen: check this->entries.size() > 0.
This commit is contained in:
@@ -88,7 +88,7 @@ void StoreUtils::MarkHandle(std::unique_ptr<StoreEntry> &entry, const std::uniqu
|
||||
touchPosition t;
|
||||
hidTouchRead(&t);
|
||||
|
||||
if (meta && entry) {
|
||||
if (meta && entry && store) {
|
||||
if (hidKeysDown() & KEY_TOUCH) {
|
||||
/* Star. */
|
||||
if (touching(t, markBox[0])) {
|
||||
|
||||
Reference in New Issue
Block a user