mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
NetPlay: Sync the EFB access tile size as an integer instead of a boolean.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user