mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Press L/R for page forward scroll.
Also do keyDelay as a setting instead of hardcode to 3 (fast) 6 (slow).
This commit is contained in:
@@ -60,7 +60,6 @@ private:
|
||||
|
||||
// Browse stuff.
|
||||
int keyRepeatDelay = 0;
|
||||
int fastMode = false;
|
||||
std::vector<DirEntry> dirContents;
|
||||
void refresh();
|
||||
void downloadAll();
|
||||
|
||||
@@ -86,7 +86,6 @@ private:
|
||||
// Browse stuff.
|
||||
int keyRepeatDelay = 0;
|
||||
std::vector<DirEntry> dirContents;
|
||||
int fastMode = false;
|
||||
|
||||
|
||||
// Button | Icon structs.
|
||||
|
||||
@@ -61,20 +61,7 @@ private:
|
||||
std::vector<Structs::ButtonPos> mainButtons = {
|
||||
{80, 30, 149, 52}, // Language.
|
||||
{80, 90, 149, 52}, // Colors.
|
||||
{80, 150, 149, 52} // Misc.
|
||||
};
|
||||
|
||||
std::vector<Structs::ButtonPos> langBlocks = {
|
||||
{37, 32, 20, 20},
|
||||
{37, 72, 20, 20},
|
||||
{37, 112, 20, 20},
|
||||
{37, 152, 20, 20},
|
||||
{37, 188, 20, 20},
|
||||
{177, 32, 20, 20},
|
||||
{177, 72, 20, 20},
|
||||
{177, 112, 20, 20},
|
||||
{177, 152, 20, 20},
|
||||
{177, 188, 20, 20},
|
||||
{80, 150, 149, 52} // Credits.
|
||||
};
|
||||
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
|
||||
@@ -85,7 +85,6 @@ private:
|
||||
|
||||
// Browse stuff.
|
||||
int keyRepeatDelay = 0;
|
||||
int fastMode = false;
|
||||
std::vector<DirEntry> dirContents;
|
||||
|
||||
// Other stuff.
|
||||
|
||||
Reference in New Issue
Block a user