From 6a34bf21c4951e9bcf71a01d848a8ca5a53bbbc2 Mon Sep 17 00:00:00 2001 From: borntohonk <6264306+borntohonk@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:17:20 +0100 Subject: [PATCH] Update NORETURN to NX_NORETURN for libnx 4.6.0+ --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index 247dfcc..78e4502 100644 --- a/source/main.c +++ b/source/main.c @@ -44,7 +44,7 @@ bool __nx_fsdev_support_cwd = false; // Used by trampoline.s Result g_lastRet = 0; -void NORETURN nroEntrypointTrampoline(const ConfigEntry* entries, u64 handle, u64 entrypoint); +void NX_NORETURN nroEntrypointTrampoline(const ConfigEntry* entries, u64 handle, u64 entrypoint); void __libnx_initheap(void) {