1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-24 18:42:05 +00:00

Use Borealis' json.hpp

This commit is contained in:
flb 2021-03-16 03:43:48 +01:00
parent 0a1d25a60a
commit 39cc34a95d
10 changed files with 12 additions and 25458 deletions

View file

@ -19,7 +19,7 @@ BUILD := build
SOURCES := source lib/zipper/source
RESOURCES := resources
DATA := data
INCLUDES := include lib/zipper/include
INCLUDES := include lib/zipper/include /lib/borealis/library/include/borealis/extern/nlohmann
APP_TITLE := All-in-One Switch Updater
APP_AUTHOR := HamletDuFromage
APP_VERSION := 2.4.2

View file

@ -1,6 +1,6 @@
#pragma once
#include "json.hpp"
#include <json.hpp>
namespace JC {

View file

@ -3,7 +3,7 @@
constexpr int ON = 1;
constexpr int OFF = 0;
#include "json.hpp"
#include <json.hpp>
namespace download {

View file

@ -2,7 +2,7 @@
#include <borealis.hpp>
#include <switch.h>
#include "json.hpp"
#include <json.hpp>
class DownloadCheatsPage : public brls::AppletFrame
{

File diff suppressed because it is too large Load diff

View file

@ -3,9 +3,9 @@
#include <regex>
#include <set>
#include <switch.h>
#include "constants.hpp"
#include <borealis.hpp>
#include "json.hpp"
#include <json.hpp>
#include "constants.hpp"
namespace util {

View file

@ -1,8 +1,9 @@
#include "hide_tabs_page.hpp"
#include "json.hpp"
#include <json.hpp>
#include <fstream>
#include "constants.hpp"
#include "utils.hpp"
#include <fstream>
namespace i18n = brls::i18n;
using namespace i18n::literals;

View file

@ -3,7 +3,7 @@
#include "list_download_tab.hpp"
#include "ams_tab.hpp"
#include "tools_tab.hpp"
#include "json.hpp"
#include <json.hpp>
#include <fstream>
#include "utils.hpp"

View file

@ -7,7 +7,7 @@
#include <iomanip>
#include "constants.hpp"
#include "main_frame.hpp"
#include "json.hpp"
#include <json.hpp>
#include "utils.hpp"
namespace i18n = brls::i18n;

View file

@ -11,7 +11,7 @@
#include "extract.hpp"
#include "utils.hpp"
#include "hide_tabs_page.hpp"
#include "json.hpp"
#include <json.hpp>
#include <filesystem>
#include <fstream>