mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 04:57:55 -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