Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion Source/Core/Core/NetPlayProto.h
Expand Up @@ -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;
Expand Down

0 comments on commit 684d09b

Please sign in to comment.