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
commit 684d09b342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;