notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9795f2c
)
staticios - we don't need SH2 DRC or SVP DRC for now
author
twinaphex
<libretro@gmail.com>
Tue, 21 Feb 2017 23:29:29 +0000
(
00:29
+0100)
committer
twinaphex
<libretro@gmail.com>
Tue, 21 Feb 2017 23:29:29 +0000
(
00:29
+0100)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
d1a7502
..
ade5bc6
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-97,8
+97,8
@@
else ifeq ($(platform), staticios)
use_fame = 1
use_drz80 = 0
use_cz80 = 1
- use_sh2drc =
1
- use_svpdrc =
1
+ use_sh2drc =
0
+ use_svpdrc =
0
# iOS
else ifneq (,$(findstring ios,$(platform)))