mirror of
https://github.com/Gericom/GBARunner3.git
synced 2025-06-19 11:45:34 -04:00
11 lines
238 B
C
11 lines
238 B
C
#pragma once
|
|
|
|
typedef enum
|
|
{
|
|
GBA_SOUND_IPC_CMD_SETUP,
|
|
GBA_SOUND_IPC_CMD_SET_TIMER_RELOAD,
|
|
GBA_SOUND_IPC_CMD_SET_TIMER_CONTROL,
|
|
GBA_SOUND_IPC_CMD_GB_REG_WRITE_8,
|
|
GBA_SOUND_IPC_CMD_GB_REG_WRITE_16,
|
|
} GbaSoundIpcCommand;
|