mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
glasm: Implement some graphics instructions on GLASM
This commit is contained in:
parent
58cf7baaea
commit
b31edad7a9
2 changed files with 5 additions and 6 deletions
|
@ -49,7 +49,7 @@ void EmitJoin(EmitContext& ctx) {
|
|||
}
|
||||
|
||||
void EmitDemoteToHelperInvocation(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
ctx.Add("KIL TR.x;");
|
||||
}
|
||||
|
||||
void EmitBarrier(EmitContext& ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue