NetPlay: Synchronize EFB access cache options

This commit is contained in:
Techjar
2019-03-28 00:38:52 -04:00
parent 9b6c9252e4
commit 6e5d92e3c3
5 changed files with 10 additions and 0 deletions

View File

@ -75,6 +75,8 @@ struct NetSettings
float m_ArbitraryMipmapDetectionThreshold;
bool m_EnableGPUTextureDecoding;
bool m_DeferEFBCopies;
bool m_EFBAccessTileSize;
bool m_EFBAccessDeferInvalidation;
bool m_StrictSettingsSync;
bool m_SyncSaveData;
bool m_SyncCodes;