summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-03-04 20:32:16 +0100
committerAetias <aetias@outlook.com>2025-03-04 20:32:16 +0100
commitfdf43055ade639be736bd5bafdd92e23c4a8977f (patch)
tree6fc3ae9d928a7fee37ce31b00183c148fa39a34b /include
parent6c45752f48e84fc338f80f5b818ea8d8c5b86810 (diff)
parent180e17256d1a5d979b540036a8a7e7e5a44958df (diff)
Merge branch 'main' of github-aetias-hax:zeldaret/ph
Diffstat (limited to 'include')
-rw-r--r--include/System/OverlayManager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/System/OverlayManager.hpp b/include/System/OverlayManager.hpp
index 636208fc..4c83bbe4 100644
--- a/include/System/OverlayManager.hpp
+++ b/include/System/OverlayManager.hpp
@@ -6,6 +6,7 @@
typedef u32 OverlayId;
enum OverlayId_ {
+ OverlayId_None = -1,
OverlayId_Core,
OverlayId_01,
OverlayId_02,