mirror of
https://github.com/Gericom/GBARunner3.git
synced 2025-06-19 19:55:38 -04:00
8 lines
127 B
C
8 lines
127 B
C
#pragma once
|
|
|
|
typedef enum
|
|
{
|
|
SYSTEM_IPC_CMD_SET_TOP_BACKLIGHT,
|
|
SYSTEM_IPC_CMD_SET_BOTTOM_BACKLIGHT
|
|
} SystemIpcCommand;
|