mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
loongarch: Initial VertexJIT support and bug fix
This commit is contained in:
@@ -1562,6 +1562,8 @@ std::string VertexDecoder::GetString(DebugShaderStringType stringType) const {
|
||||
lines = DisassembleX86((const u8 *)jitted_, jittedSize_);
|
||||
#elif PPSSPP_ARCH(RISCV64)
|
||||
lines = DisassembleRV64((const u8 *)jitted_, jittedSize_);
|
||||
#elif PPSSPP_ARCH(LOONGARCH64)
|
||||
lines= DisassembleLA64((const u8 *)jitted_, jittedSize_);
|
||||
#else
|
||||
// No disassembler defined
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user