mirror of
https://github.com/Gericom/GBARunner3.git
synced 2025-06-19 11:45:34 -04:00
7 lines
77 B
C
7 lines
77 B
C
#pragma once
|
|
|
|
typedef enum
|
|
{
|
|
GBA_SAVE_IPC_CMD_SETUP
|
|
} GbaSaveIpcCommand;
|