mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 21:27:56 -05:00
Remove glsl handle legacy related code
This commit is contained in:
@ -176,7 +176,7 @@ void EmitCode(EmitContext& ctx, const IR::Program& program) {
|
||||
}
|
||||
|
||||
std::string GlslVersionSpecifier(const EmitContext& ctx) {
|
||||
if (ctx.uses_y_direction || ctx.info.stores.Legacy() || ctx.info.loads.Legacy()) {
|
||||
if (ctx.uses_y_direction) {
|
||||
return " compatibility";
|
||||
}
|
||||
return "";
|
||||
|
Reference in New Issue
Block a user