pad: improve UI messaging when UI config doesn't match savestate config, and document some edge cases.

This commit is contained in:
Jake Stine
2021-02-14 10:46:46 -08:00
parent 6449207e04
commit 96344799a0
2 changed files with 166 additions and 100 deletions

View File

@@ -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;