Update NORETURN to NX_NORETURN for libnx 4.6.0+

This commit is contained in:
borntohonk 2023-12-06 22:17:20 +01:00
parent b38421d04a
commit 6a34bf21c4

View File

@ -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)
{