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:
Léo Lam
2021-06-06 19:20:38 +02:00
committed by GitHub

View File

@ -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;