mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Do the same mode on the ScriptBrowse as well!
This commit is contained in:
@@ -40,9 +40,10 @@ public:
|
||||
ScriptBrowse();
|
||||
|
||||
private:
|
||||
nlohmann::json currentFile;
|
||||
int listMode = 0;
|
||||
std::vector<DirEntry> dirContents;
|
||||
mutable int screenPos = 0;
|
||||
mutable int screenPosList = 0;
|
||||
mutable int selection = 0;
|
||||
int keyRepeatDelay = 0;
|
||||
int fastMode = false;
|
||||
|
||||
Reference in New Issue
Block a user