twinaphex
b2c50422b4
Cleanups
2020-10-08 17:19:11 +02:00
twinaphex
2fa68afd56
Remove switches which are unneeded
2020-10-06 14:53:03 +02:00
Aaron Kling
86da867caa
libretro: jni: Switch stl to c++ in preparation for ndk r20
2019-05-24 23:30:18 -05:00
Aaron Kling
0c22454903
Refactor android jni makefiles
2018-04-06 23:59:47 -05:00
Aaron Kling
5a5063077a
Fix android jni compile with clang
2018-04-03 20:37:16 -05:00
Andrés
7d908c1566
Update Android.mk
2018-01-07 15:22:52 -05:00
twinaphex
b0a312814b
Update
2017-07-06 18:20:07 +02:00
Sérgio Benjamim
967f3754d5
There's no more ARCH_X86 in the source.
2017-04-06 17:36:58 -03:00
Sérgio Benjamim
1d4c2718c5
Makefile cleanup.
2017-04-06 17:20:25 -03:00
Gregor Richards
a1b0caa0eb
Report git version with library_version on Android
2017-01-15 13:34:09 -05:00
Gregor Richards
bd7136b3e3
Report git version with library_version
2016-12-09 18:22:00 -05:00
twinaphex
c2205580fc
(Android) Buildfix
2015-10-01 04:46:00 +02:00
twinaphex
c20c1052b9
Remove MD5
2015-07-29 16:39:10 +02:00
twinaphex
dafdcd2200
Cleanups
2015-07-26 17:25:48 +02:00
twinaphex
1b0fa60bc5
Cleanups
2015-07-25 04:15:26 +02:00
twinaphex
6845c604c2
Cleanups
2015-07-25 04:01:29 +02:00
twinaphex
52b12ae63e
Cleanups
2015-07-25 01:17:30 +02:00
twinaphex
703e5ef19b
Can take out SCSI CD too
2014-06-21 07:37:38 +02:00
twinaphex
3ed7691139
Remove hw_sound
2014-06-21 07:33:00 +02:00
twinaphex
8d498cef10
Take out hw_cpu - not needed either
2014-06-21 07:29:16 +02:00
twinaphex
40fa9d72b1
hw_video/huc6270 not used
2014-06-21 07:16:24 +02:00
twinaphex
44e2cfe37d
Take out WANT_32BPP - WANT_16BPP is about 200fps faster (even on
...
PC)
2014-06-20 23:21:36 +02:00
twinaphex
5dae5d06bc
Avoid trying to load custom palette if path is NULL
2014-06-20 22:10:13 +02:00
twinaphex
b1709f876e
Get rid of mednafen.cpp - merge into libretro.cpp
2014-06-19 23:34:42 +02:00
twinaphex
9039984b3b
Integrate pce.cpp into libretro.cpp
2014-06-19 23:10:59 +02:00
twinaphex
000aa38f80
Remove Stereo_Buffer
2014-06-19 00:04:20 +02:00
twinaphex
87964d9e89
Remove cputest
2014-06-18 23:43:39 +02:00
twinaphex
2bc66d5e77
Take out HES/player
2014-06-18 23:40:09 +02:00
twinaphex
5ee9c30c32
Take out NEED_DEINTERLACER - not needed for PC Engine Fast
2014-06-18 22:18:47 +02:00
twinaphex
76e8a0d95f
Update threading code
2014-06-18 22:10:07 +02:00
twinaphex
a4020fd1d9
Rename pce_fast dirs
2014-06-18 22:01:17 +02:00
twinaphex
627fbd12a8
Remove non-PCE Fast code
2014-06-18 21:55:15 +02:00
twinaphex
a43c418097
Take out Mednafen PSX - moved to standalone repo now
2014-06-18 18:27:13 +02:00
twinaphex
643c5e3cf7
Set PC Engine Fast to 32bpp - apparently something is still hardcoded
...
for 32bpp somewhere so can't rely on WANT_16BPP for this core...
2014-05-04 18:20:01 +02:00
twinaphex
83f3690e2d
(JNI) Add lynx target to JNI Makefile
2014-04-26 20:34:41 +02:00
twinaphex
b69abe035a
Update pce_fast target name
2014-04-26 20:17:10 +02:00
twinaphex
200c8cb61a
(Android x86) Compile with SIMD x86 for OwlResampler
...
(PS3) Enable Altivec SIMD for OwlResampler
2014-04-26 20:01:31 +02:00
twinaphex
07be3049ca
(JNI) PCFX core links now
2014-04-26 19:57:37 +02:00
twinaphex
b5342c5633
(JNI) Build fixes
2014-04-22 18:32:49 +02:00
twinaphex
8b61ad4a11
(Android JNI) Fix Mednafen PSX build
2014-04-08 05:03:42 +02:00
twinaphex
fcd6c714a6
(Android) Fixed Mednafen PSX compile
2013-11-03 03:21:45 +01:00
twinaphex
e473f54023
(Android) Fix stuff so cores that need NEED_TREMOR and NEED_CD will
...
compile now again
2013-10-31 16:33:18 +01:00
twinaphex
e728fea62d
'Fixed' Android compilation of PCE core again - maister - please make
...
sure when you pull from upstream that you put the headers in the right
order again - can easily be tested by trying to compile ndk-build core=pce-fast - Ryphecha includes these files in an order that will break down with the
Android toolchain
2013-10-31 16:23:14 +01:00
twinaphex
dc0dcf8eb9
(Android) Mednafen PSX compiles
2013-07-31 13:54:58 +02:00
twinaphex
e86e6de5eb
(Android - Mednafen PCE) Fix build by defining NEED_THREADING
2013-03-30 07:49:23 +01:00
twinaphex
a1bcef2f48
PCE Core - use 32bpp
2013-01-31 23:15:59 +01:00
twinaphex
ce5a4adaa9
(Android) Wswan core works now
2013-01-30 07:51:35 +01:00
twinaphex
c7cdd8660b
(Wswan 0.9.28) - Compiles on Android
2013-01-16 15:46:12 +01:00
twinaphex
0b0b97a26d
(PCE Android) Fix Android Makefile
2013-01-16 15:35:13 +01:00
twinaphex
d2a7feab9a
(Android) Compiles and links wswan now
2012-12-30 04:04:25 +01:00