mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-18 08:55:46 -04:00
22 lines
515 B
C
22 lines
515 B
C
/*
|
|
fifotool.h
|
|
Copyright (C) 2009 yellow wood goblin
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define MENU_MSG_GBA 1
|
|
#define MENU_MSG_ARM7_REBOOT 2
|
|
#define MENU_MSG_ARM7_READY_BOOT 3
|
|
#define MENU_MSG_BRIGHTNESS_NEXT 4
|
|
#define MENU_MSG_SYSTEM 5
|
|
#define MENU_MSG_BRIGHTNESS_GET 7
|
|
#define MENU_MSG_BRIGHTNESS_SET0 8
|
|
#define MENU_MSG_BRIGHTNESS_SET1 9
|
|
#define MENU_MSG_BRIGHTNESS_SET2 10
|
|
#define MENU_MSG_BRIGHTNESS_SET3 11
|
|
#define MENU_MSG_SHUTDOWN 12
|
|
#define MENU_MSG_ARM7_REBOOT_TT 13
|