mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue