Emulator/Sio/GbaSioMode.cs
namespace sGBA;

public enum GbaSioMode
{
	Normal8 = 0,
	Normal32 = 1,
	Multi = 2,
	Uart = 3,
	Gpio = 8,
	Joybus = 12,
}