mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-05 18:02:39 +00:00
NetPlay: Sync the EFB access tile size as an integer instead of a boolean.
This commit is contained in:
parent
6c0180fc61
commit
9fd16a93c5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue