From 4275779f8a1ffbb03922bf149a6228be21f64579 Mon Sep 17 00:00:00 2001 From: ThePixelCoder Date: Mon, 19 Dec 2022 06:12:15 -0600 Subject: 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 --- src/KingSystem/System/NXArgs.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3