mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 16:49:10 +00:00
Remove downloadToRAM param.
And make Universal-Updater fully touch usable.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
#include "screens/screen.hpp"
|
||||
|
||||
#include "utils/structs.hpp"
|
||||
|
||||
class FTPScreen : public screen
|
||||
{
|
||||
public:
|
||||
@@ -34,4 +36,7 @@ public:
|
||||
|
||||
private:
|
||||
int ftpEnabled = 1;
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
{0, 215, 25, 25, -1}, // Back Arrow.
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user