소스 검색

Switched from DrZ80 to CZ80 to fix some GG games (GG Aleste 1 & 2). Strangely enough, I didn't notice any obvious performance drop on the FK armv7...

root 2 년 전
부모
커밋
6fbd9ac953
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -60,7 +60,8 @@ endif
 use_libchdr ?= 1
 ifeq "$(ARCH)" "arm"
 use_cyclone ?= 1
-use_drz80 ?= 1
+use_drz80 ?= 0
+use_cz80 ?= 1
 use_sh2drc ?= 1
 use_svpdrc ?= 1