mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
NetPlay: Sync the EFB access tile size as an integer instead of a boolean.
This commit is contained in:
parent
6c0180fc61
commit
9fd16a93c5
@ -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