mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 00:28:04 -05:00
glsl: Fix bindings, add some CC ops
This commit is contained in:
@ -29,7 +29,7 @@ void EmitPhi(EmitContext& ctx, IR::Inst& phi) {
|
||||
}
|
||||
|
||||
void EmitVoid(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
// NotImplemented();
|
||||
}
|
||||
|
||||
void EmitReference(EmitContext&) {
|
||||
|
Reference in New Issue
Block a user