mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
sh2 drc, small fixes (cycle counting, invalidation)
This commit is contained in:
parent
8d04801518
commit
68e50296e6
5 changed files with 67 additions and 47 deletions
2
Makefile
2
Makefile
|
@ -102,7 +102,7 @@ asm_32xmemory ?= 1
|
|||
else
|
||||
use_fame ?= 1
|
||||
use_cz80 ?= 1
|
||||
ifneq (,$(filter x86% i386% mips% aarch% riscv% powerpc% ppc%, $(ARCH)))
|
||||
ifneq (,$(filter x86% i386% i686% mips% aarch% riscv% powerpc% ppc%, $(ARCH)))
|
||||
use_sh2drc ?= 1
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue