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:
parent
0a1d25a60a
commit
39cc34a95d
10 changed files with 12 additions and 25458 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "json.hpp"
|
||||
#include <json.hpp>
|
||||
|
||||
namespace JC {
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
constexpr int ON = 1;
|
||||
constexpr int OFF = 0;
|
||||
|
||||
#include "json.hpp"
|
||||
#include <json.hpp>
|
||||
|
||||
namespace download {
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <borealis.hpp>
|
||||
#include <switch.h>
|
||||
#include "json.hpp"
|
||||
#include <json.hpp>
|
||||
|
||||
class DownloadCheatsPage : public brls::AppletFrame
|
||||
{
|
||||
|
|
25447
include/json.hpp
25447
include/json.hpp
File diff suppressed because it is too large
Load diff
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue