rsx: Fix fragment constants decoding for non-x86 platforms

This commit is contained in:
kd-11 2024-08-09 14:07:37 +03:00 committed by kd-11
parent 03a612487d
commit 3ef8046f5c
9 changed files with 98 additions and 123 deletions

View file

@ -141,7 +141,6 @@ DECLARE(spu_runtime::tr_interpreter) = []
ghc_cpp_trampoline(reinterpret_cast<u64>(&spu_recompiler_base::old_interpreter), c, args);
});
return trptr;
return trptr;
#endif
}();