mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
NetPlay: Synchronize EFB access cache options
This commit is contained in:
parent
9b6c9252e4
commit
6e5d92e3c3
5 changed files with 10 additions and 0 deletions
|
@ -1208,6 +1208,8 @@ bool NetPlayServer::StartGame()
|
|||
spac << m_settings.m_ArbitraryMipmapDetectionThreshold;
|
||||
spac << m_settings.m_EnableGPUTextureDecoding;
|
||||
spac << m_settings.m_DeferEFBCopies;
|
||||
spac << m_settings.m_EFBAccessTileSize;
|
||||
spac << m_settings.m_EFBAccessDeferInvalidation;
|
||||
spac << m_settings.m_StrictSettingsSync;
|
||||
spac << initial_rtc;
|
||||
spac << m_settings.m_SyncSaveData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue