NetPlay: Sync Defer EFB Copies setting

This commit is contained in:
Techjar
2018-11-12 20:45:12 -05:00
parent 97e3200f57
commit caf2fc3c3e
5 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,7 @@ struct NetSettings
bool m_ArbitraryMipmapDetection;
float m_ArbitraryMipmapDetectionThreshold;
bool m_EnableGPUTextureDecoding;
bool m_DeferEFBCopies;
bool m_StrictSettingsSync;
bool m_SyncSaveData;
std::string m_SaveDataRegion;