mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add viewMode change icon.
This commit is contained in:
@@ -48,11 +48,13 @@ private:
|
||||
mutable int selection = 0;
|
||||
int keyRepeatDelay = 0;
|
||||
int fastMode = false;
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
{295, 0, 25, 25, -1}, // Arrow Up.
|
||||
{295, 215, 25, 25, -1}, // Arrow Down.
|
||||
{0, 215, 25, 25, -1}, // Back Arrow.
|
||||
{0, 0, 25, 25, -1}, // Download All.
|
||||
{40, 0, 25, 25, -1}, // ViewMode Change.
|
||||
{75, 0, 25, 25, -1}, // Search.
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -59,10 +59,11 @@ private:
|
||||
int keyRepeatDelay = 0;
|
||||
int fastMode = false;
|
||||
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
{295, 0, 25, 25, -1}, // Arrow Up.
|
||||
{295, 215, 25, 25, -1}, // Arrow Down.
|
||||
{0, 215, 25, 25, -1}, // Back Arrow.
|
||||
{0, 0, 25, 25, -1}, // viewMode Change
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -46,10 +46,12 @@ private:
|
||||
mutable int screenPosList = 0;
|
||||
int keyRepeatDelay = 0;
|
||||
int fastMode = false;
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
{295, 0, 25, 25, -1}, // Arrow Up.
|
||||
{295, 215, 25, 25, -1}, // Arrow Down.
|
||||
{0, 215, 25, 25, -1}, // Back Arrow.
|
||||
{0, 0, 25, 25, -1}, // ViewMode Change.
|
||||
{40, 0, 25, 25, -1}, // Search.
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user