mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Initial commit
This commit is contained in:
14
arm7/source/loader/BootMode.h
Normal file
14
arm7/source/loader/BootMode.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
/// @brief The Pico Loader boot mode.
|
||||
enum class BootMode
|
||||
{
|
||||
/// @brief Boot a retail or homebrew rom.
|
||||
Normal,
|
||||
|
||||
/// @brief Reboot a retail rom that used OS_ResetSystem.
|
||||
SdkResetSystem,
|
||||
|
||||
/// @brief Boot a multiboot rom that is already loaded into memory.
|
||||
Multiboot
|
||||
};
|
||||
Reference in New Issue
Block a user