mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-01-11 20:29:23 +01:00
6 lines
215 B
C
6 lines
215 B
C
#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);
|