Skip to content
Permalink
Browse files
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.
  • Loading branch information
leoetlino committed Jun 6, 2021
2 parents 8139967 + 9fd16a9 commit 684d09b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit 684d09b

Please sign in to comment.