mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add a new mode for the Scriptlist. :P
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user