Allocate only interpreter or dynarec + hopefully fixed some FPU bugs + hopefully it will build in Windows CI 🙏

This commit is contained in:
CocoSimone
2023-02-10 01:01:12 +01:00
parent ea5e4895ba
commit 6d58728239
24 changed files with 661 additions and 583 deletions

View File

@@ -281,6 +281,7 @@ struct RSP {
void ssv(u32 instr);
void suv(u32 instr);
void slv(u32 instr);
void sfv(u32 instr);
void spv(u32 instr);
void sllv(u32 instr);
void srlv(u32 instr);