mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Clear all arm9 cpu registers before jumping to the arm9 entry point. Fixes Cake Ninja DSiWare titles.
This commit is contained in:
5
arm9/source/jumpToArm9EntryPoint.h
Normal file
5
arm9/source/jumpToArm9EntryPoint.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
/// @brief Clears all cpu registers and jumps to the specified \p arm9EntryPoint.
|
||||
/// @param arm9EntryPoint The arm9 entry point to jump to.
|
||||
extern "C" void jumpToArm9EntryPoint(void* arm9EntryPoint);
|
||||
Reference in New Issue
Block a user