mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
glasm: Implement IsHelperInvocation
This commit is contained in:
parent
b0b43d2a66
commit
5f9dd18113
2 changed files with 3 additions and 3 deletions
|
@ -168,8 +168,8 @@ void EmitSampleId(EmitContext& ctx) {
|
|||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitIsHelperInvocation(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
void EmitIsHelperInvocation(EmitContext& ctx, IR::Inst& inst) {
|
||||
ctx.Add("MOV.S {}.x,fragment.helperthread.x;", inst);
|
||||
}
|
||||
|
||||
void EmitYDirection(EmitContext& ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue