mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:18:19 -05:00
glasm: Implement some graphics instructions on GLASM
This commit is contained in:
@ -49,7 +49,7 @@ void EmitJoin(EmitContext& ctx) {
|
||||
}
|
||||
|
||||
void EmitDemoteToHelperInvocation(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
ctx.Add("KIL TR.x;");
|
||||
}
|
||||
|
||||
void EmitBarrier(EmitContext& ctx) {
|
||||
|
Reference in New Issue
Block a user