Merge pull request #7564 from Techjar/netplay-sync-wii-shutdown

NetPlay: Sync power button event
This commit is contained in:
Pierre Bourdon
2018-11-13 22:33:59 +01:00
committed by GitHub
7 changed files with 44 additions and 0 deletions

View File

@ -125,6 +125,7 @@ enum
NP_MSG_GAME_STATUS = 0xA4,
NP_MSG_IPL_STATUS = 0xA5,
NP_MSG_HOST_INPUT_AUTHORITY = 0xA6,
NP_MSG_POWER_BUTTON = 0xA7,
NP_MSG_TIMEBASE = 0xB0,
NP_MSG_DESYNC_DETECTED = 0xB1,
@ -181,4 +182,5 @@ IOS::HLE::FS::FileSystem* GetWiiSyncFS();
void SetWiiSyncFS(std::unique_ptr<IOS::HLE::FS::FileSystem> fs);
void ClearWiiSyncFS();
void SetSIPollBatching(bool state);
void SendPowerButtonEvent();
} // namespace NetPlay