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;
|
float m_ArbitraryMipmapDetectionThreshold;
|
||||||
bool m_EnableGPUTextureDecoding;
|
bool m_EnableGPUTextureDecoding;
|
||||||
bool m_DeferEFBCopies;
|
bool m_DeferEFBCopies;
|
||||||
bool m_EFBAccessTileSize;
|
int m_EFBAccessTileSize;
|
||||||
bool m_EFBAccessDeferInvalidation;
|
bool m_EFBAccessDeferInvalidation;
|
||||||
|
|
||||||
bool m_StrictSettingsSync;
|
bool m_StrictSettingsSync;
|
||||||
|
|
Loading…
Reference in New Issue