mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Use Slot in EXI devices
This commit is contained in:
@ -17,6 +17,11 @@ struct BootParameters;
|
||||
struct GCPadStatus;
|
||||
class PointerWrap;
|
||||
|
||||
namespace ExpansionInterface
|
||||
{
|
||||
enum class Slot : int;
|
||||
}
|
||||
|
||||
namespace WiimoteCommon
|
||||
{
|
||||
class DataReportBuilder;
|
||||
@ -166,7 +171,7 @@ void SetReset(bool reset);
|
||||
|
||||
bool IsConfigSaved();
|
||||
bool IsStartingFromClearSave();
|
||||
bool IsUsingMemcard(int memcard);
|
||||
bool IsUsingMemcard(ExpansionInterface::Slot slot);
|
||||
void SetGraphicsConfig();
|
||||
bool IsNetPlayRecording();
|
||||
|
||||
|
Reference in New Issue
Block a user