Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Add a message
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Apr 5, 2021
1 parent 57685f6 commit b5f537a
Show file tree
Hide file tree
Showing 49 changed files with 9 additions and 27,021 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -fpermissive -std=gnu++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -larchive -lbz2 -llzma -lz -lcitro2d -lcitro3d -lctru -lm -lstdc++
LIBS := -lcitro2d -lcitro3d -lctru -lstdc++

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down
Binary file removed assets/gfx/logo_UniversalCore.png
Binary file not shown.
Binary file removed assets/gfx/logo_horiHD.png
Binary file not shown.
Binary file removed assets/gfx/logo_rocketrobz.png
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/gfx/sprites.t3s
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ twinkle_1.png
twinkle_2.png
twinkle_3.png
twlm_logo.png
logo_horiHD.png
logo_rocketrobz.png
logo_UniversalCore.png
38 changes: 0 additions & 38 deletions include/animation.hpp

This file was deleted.

152 changes: 0 additions & 152 deletions include/download.hpp

This file was deleted.

26 changes: 0 additions & 26 deletions include/fileBrowse.hpp

This file was deleted.

12 changes: 0 additions & 12 deletions include/msg.hpp

This file was deleted.

16 changes: 0 additions & 16 deletions include/screens/rocketRobz.hpp

This file was deleted.

36 changes: 0 additions & 36 deletions include/screens/updaterScreen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,6 @@ class UpdaterScreen : public Screen
void Draw(void) const override;
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
UpdaterScreen();

private:
void checkUpdates();
bool buttonShading = false;
bool setOption = false;
bool showMessage = false;
int menuSelection = 0;

const std::array<const char *, 8> button_titles2 = {
"Release",
"Nightly",
"Release",
"Nightly",
"Release",
"Nightly",
"Cheats",
"Extras",
};

const std::array<const int, 8> title_spacing = {
6,
10,
6,
10,
6,
10,
10,
17,
};

const std::array<const char *, 4> row_titles2 = {
"TWL Menu++",
"nds-bootstrap",
"Updater",
"Downloads",
};
};

#endif
5 changes: 0 additions & 5 deletions include/utils/cia.h

This file was deleted.

12 changes: 0 additions & 12 deletions include/utils/cia.hpp

This file was deleted.

9 changes: 0 additions & 9 deletions include/utils/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,17 @@ extern "C" {
#include <string.h>
#include <stdarg.h>

#include "file.h"

#ifdef __cplusplus
}

#include <cstdio>
#include <iostream>
#include <string>
#include <vector>
#include <regex>
#include <curl/curl.h>

#include "gfx.hpp"
#include "gui.hpp"
#include "json.hpp"
#include "msg.hpp"
#include "screenCommon.hpp"
#include "stringutils.hpp"

using json = nlohmann::json;

#endif

Expand Down
6 changes: 0 additions & 6 deletions include/utils/dumpdsp.h

This file was deleted.

15 changes: 0 additions & 15 deletions include/utils/extract.hpp

This file was deleted.

9 changes: 0 additions & 9 deletions include/utils/file.h

This file was deleted.

Loading

0 comments on commit b5f537a

Please sign in to comment.