Add a new mode for the Scriptlist. :P

This commit is contained in:
VoltZ
2019-11-10 13:12:38 +01:00
parent 2a0c6f73f0
commit 1933017e60
2 changed files with 87 additions and 25 deletions
+3
View File
@@ -46,10 +46,13 @@ private:
void SelectFunction(u32 hDown, u32 hHeld);
int mode = 0;
int listMode = 0;
std::vector<DirEntry> dirContents;
mutable int screenPos = 0;
mutable int screenPosList = 0;
mutable int selection = 0;
mutable int screenPos2 = 0;
mutable int screenPosList2 = 0;
mutable int selection2 = 0;
int keyRepeatDelay = 0;