mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-23 09:45:37 +01:00
gl_arb_decompiler: Execute BAR even when inside control flow
Unlike GLSL, GLASM allows us to call BAR inside control flow. - Fixes graphical artifacts in Paper Mario.
This commit is contained in:
parent
263200f982
commit
88e57b13e0
@ -2044,10 +2044,6 @@ std::string ARBDecompiler::ShuffleIndexed(Operation operation) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string ARBDecompiler::Barrier(Operation) {
|
std::string ARBDecompiler::Barrier(Operation) {
|
||||||
if (!ir.IsDecompiled()) {
|
|
||||||
LOG_ERROR(Render_OpenGL, "BAR used but shader is not decompiled");
|
|
||||||
return {};
|
|
||||||
}
|
|
||||||
AddLine("BAR;");
|
AddLine("BAR;");
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user