Skip to content

Commit

Permalink
TEMP: Allow toggling TB on Metal
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Feb 28, 2024
1 parent 808ef42 commit 56530d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/GS/Renderers/Metal/GSDeviceMTL.mm
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ static void OnMainThread(Fn&& fn)
m_features.broken_point_sampler = [[m_dev.dev name] containsString:@"AMD"];
m_features.vs_expand = !GSConfig.DisableVertexShaderExpand;
m_features.primitive_id = m_dev.features.primid;
m_features.texture_barrier = true;
m_features.texture_barrier = GSConfig.OverrideTextureBarriers != 0;
m_features.provoking_vertex_last = false;
m_features.point_expand = true;
m_features.line_expand = false;
Expand Down

0 comments on commit 56530d0

Please sign in to comment.