From 50af3bb95e744ec21596700db42e60feeacc73ab Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Thu, 30 Sep 2021 21:02:53 +0100 Subject: [PATCH] fix missing include and add build instructions close #3 --- README.md | 13 +++++++++++++ src/app.hpp | 1 + src/nanovg/deko3d/dk_renderer.hpp | 1 + 3 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 0a320b6..c2b3af4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,19 @@ Batch title uninstaller for the Nintendo Switch --- +## Building + +the following needs to be installed via dkp-pacman + +- uam +- switch-glm +- libnx +- deko3d + +if you're having trouble building, feel free to open an issue! + +--- + ## Credits Special thank you to everyone that contributed to the following libs. diff --git a/src/app.hpp b/src/app.hpp index 39cc49b..b7f20bc 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -8,6 +8,7 @@ #include #include #include +#include #include namespace tj { diff --git a/src/nanovg/deko3d/dk_renderer.hpp b/src/nanovg/deko3d/dk_renderer.hpp index 5f0fc36..3ddf299 100644 --- a/src/nanovg/deko3d/dk_renderer.hpp +++ b/src/nanovg/deko3d/dk_renderer.hpp @@ -4,6 +4,7 @@ #include #include #include +#include #include "framework/CDescriptorSet.h" #include "framework/CMemPool.h"