From cd6a723acbeabffd827a8bdc40563066f5401fb7 Mon Sep 17 00:00:00 2001 From: borntohonk <6264306+borntohonk@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:57:59 +0100 Subject: [PATCH] Update NORETURN to NX_NORETURN for libnx 4.6.0+ (#38) --- 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) {