Compare commits

..

No commits in common. "master" and "v2.4.4" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -245,8 +245,7 @@
{
"type": "debug_flags",
"value": {
"allow_debug": false,
"force_debug_prod": false,
"allow_debug": true,
"force_debug": true
}
},

View File

@ -44,7 +44,7 @@ bool __nx_fsdev_support_cwd = false;
// Used by trampoline.s
Result g_lastRet = 0;
void NX_NORETURN nroEntrypointTrampoline(const ConfigEntry* entries, u64 handle, u64 entrypoint);
void NORETURN nroEntrypointTrampoline(const ConfigEntry* entries, u64 handle, u64 entrypoint);
void __libnx_initheap(void)
{