mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add "VIEWMODE" to config.
This commit is contained in:
@@ -40,7 +40,6 @@ public:
|
||||
ScriptBrowse();
|
||||
|
||||
private:
|
||||
int listMode = 0;
|
||||
std::vector<DirEntry> dirContents;
|
||||
mutable int screenPos = 0;
|
||||
mutable int screenPosList = 0;
|
||||
|
||||
@@ -46,7 +46,6 @@ 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;
|
||||
|
||||
@@ -40,7 +40,6 @@ private:
|
||||
void execute();
|
||||
mutable int selection = 0;
|
||||
int screenPos = 0;
|
||||
int listMode = 0;
|
||||
mutable int screenPosList = 0;
|
||||
int keyRepeatDelay = 0;
|
||||
int fastMode = false;
|
||||
|
||||
Reference in New Issue
Block a user