mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 16:49:10 +00:00
Switch over to Universal-Core. (#18)
* Don't build here. * WIP: Switch to Universal-Core. * Update Submodule repo & azure-pipelines.
This commit is contained in:
@@ -24,13 +24,12 @@
|
||||
* reasonable ways as different from the original version.
|
||||
*/
|
||||
|
||||
#include "screens/screen.hpp"
|
||||
|
||||
#include "utils/structs.hpp"
|
||||
#include "common.hpp"
|
||||
#include "structs.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class FTPScreen : public screen
|
||||
class FTPScreen : public Screen
|
||||
{
|
||||
public:
|
||||
void Draw(void) const override;
|
||||
@@ -39,6 +38,6 @@ public:
|
||||
private:
|
||||
int ftpEnabled = 1;
|
||||
std::vector<Structs::ButtonPos> arrowPos = {
|
||||
{0, 215, 25, 25, -1}, // Back Arrow.
|
||||
{0, 215, 25, 25}, // Back Arrow.
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user