Files
dspico-usb-examples/examples/usb-video/arm7/source/ExitMode.h
2025-12-14 10:47:56 +01:00

11 lines
205 B
C

#pragma once
/// @brief Enum representing the exit mode of launcher.
enum class ExitMode
{
/// @brief Reset the system (DSi mode only).
Reset,
/// @brief Power off the system.
PowerOff
};