mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-02 02:58:46 +00: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