mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #9789 from AdmiralCurtiss/netplay-efb-access-tile-size-bool
NetPlay: Sync the EFB access tile size as an integer instead of a boolean.
This commit is contained in:
commit
684d09b342
@ -87,7 +87,7 @@ struct NetSettings
|
||||
float m_ArbitraryMipmapDetectionThreshold;
|
||||
bool m_EnableGPUTextureDecoding;
|
||||
bool m_DeferEFBCopies;
|
||||
bool m_EFBAccessTileSize;
|
||||
int m_EFBAccessTileSize;
|
||||
bool m_EFBAccessDeferInvalidation;
|
||||
|
||||
bool m_StrictSettingsSync;
|
||||
|
Loading…
Reference in New Issue
Block a user