summaryrefslogtreecommitdiff
path: root/src/KingSystem
diff options
context:
space:
mode:
authorThePixelCoder <thepixelmaster2354@gmail.com>2022-12-19 06:12:15 -0600
committerGitHub <noreply@github.com>2022-12-19 13:12:15 +0100
commit4275779f8a1ffbb03922bf149a6228be21f64579 (patch)
tree274313159ed3beec69922d64308da931a22003fe /src/KingSystem
parentb4e6a4dac9bf3f283a81f8aa3ce438abf3609c7a (diff)
Handle nn::gfx merge (#108)
* Fix build and document nn::gfx merge * Update submodules and some extra labelling in csv * Fix various issues * Make versioning more flexible
Diffstat (limited to 'src/KingSystem')
-rw-r--r--src/KingSystem/System/NXArgs.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/System/NXArgs.cpp b/src/KingSystem/System/NXArgs.cpp
index 46df7f39..9738dabf 100644
--- a/src/KingSystem/System/NXArgs.cpp
+++ b/src/KingSystem/System/NXArgs.cpp
@@ -75,4 +75,7 @@ void nxargs::allocEntries(sead::Heap* heap, const u8* data) {
}
}
+// todo: placeholder to hide the warning in tools/check
+void nxargs::handleArgs() {}
+
} // namespace ksys \ No newline at end of file