mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
Add nightly/prerelease warnings
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
void Draw(void) const override;
|
||||
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
|
||||
private:
|
||||
std::vector<std::string> dwnldList, dwnldSizes;
|
||||
std::vector<std::string> dwnldList, dwnldSizes, dwnldTypes;
|
||||
|
||||
bool initialized = false, fetchDown = false, showMarks = false, showSettings = false,
|
||||
ascending = false, updateFilter = false, screenshotFetch = false, canDisplay = false, isAND = true;
|
||||
|
||||
Reference in New Issue
Block a user