pad: improve UI messaging when UI config doesn't match savestate config, and document some edge cases.
This commit is contained in:
@@ -112,6 +112,9 @@ private:
|
||||
void EndTransfer();
|
||||
void ResetDeviceTransferState();
|
||||
|
||||
bool DoStateController(StateWrapper& sw, u32 i);
|
||||
bool DoStateMemcard(StateWrapper& sw, u32 i);
|
||||
|
||||
std::array<std::unique_ptr<Controller>, NUM_CONTROLLER_AND_CARD_PORTS> m_controllers;
|
||||
std::array<std::unique_ptr<MemoryCard>, NUM_CONTROLLER_AND_CARD_PORTS> m_memory_cards;
|
||||
|
||||
@@ -133,4 +136,4 @@ private:
|
||||
bool m_transmit_buffer_full = false;
|
||||
};
|
||||
|
||||
extern Pad g_pad;
|
||||
extern Pad g_pad;
|
||||
|
||||
Reference in New Issue
Block a user