notaz
ea38612fad
eliminate texrels (wip)
2017-08-06 18:18:29 +03:00
notaz
bc38f4d24f
remove some dead code
2017-08-06 02:22:12 +03:00
notaz
c5c5dd7132
cd: fix missed null terminator
2017-08-06 01:48:25 +03:00
notaz
14caeebcc7
fix android build
2017-08-04 01:08:17 +03:00
notaz
ad949800e4
fix a name clash with newer zlib
2017-08-04 00:36:13 +03:00
notaz
0e352905c7
fix some warnings
...
warning: array subscript is above array bounds [-Warray-bounds]
2017-04-17 00:50:49 +03:00
notaz
01685eefb0
fix broken error path
2017-04-17 00:50:49 +03:00
notaz
325ee167fd
use system's zlib
...
except for libretro
github issue #45
2017-04-17 00:50:49 +03:00
notaz
b4c2331e79
get rid of the silly unzip_stream
...
... and just use zlib's inflate. Needed for the next commit.
2017-04-17 00:50:49 +03:00
notaz
0270424fac
adjust famec flags after O2 -> O3 change
2016-01-27 02:11:16 +02:00
notaz
20347237e7
Merge pull request #37 from Chips-fr/master
...
Add Rpi1 and Rpi2 platform support with GLES upscaling
2016-01-27 02:06:13 +02:00
Chips-fr
8450a2f561
Add Rpi1 and Rpi2 support with GLES upscaling
2016-01-20 20:34:46 +01:00
notaz
341af486f5
Merge pull request #34 from Chips-fr/master
...
Enabe JIT for linux arm platform(Rpi...)
2015-10-26 23:28:44 +02:00
Chips-fr
05eb243d03
Enabe JIT for linux arm platform(Rpi...)
2015-10-25 18:19:48 +01:00
notaz
0bc48495d3
another try to reduce compiler problems with fame
...
also update libpicofe
2015-08-29 02:37:23 +03:00
notaz
9ddede0990
update to newer cyclone and libpicofe
2015-08-29 02:37:23 +03:00
notaz
fbba0ff6a0
make memcpy32/memset32 take void *
2015-08-29 02:37:23 +03:00
notaz
ce07c136bb
Merge pull request #26 from EXL/fix_avcodec_compile_errors
...
Fix avcodec compile errors
2015-04-23 23:17:59 +03:00
EXL
1dfbe19da9
Fix avcodec compile errors
...
mp3_libavcodec.c:141:31: error: ‘CODEC_ID_MP3’ undeclared (first use in this function)
mp3_libavcodec.c:141:31: error: type of formal parameter 1 is incomplete
2015-04-21 16:32:16 +06:00
notaz
5ec48917cf
Merge pull request #17 from fr500/master
...
fix libretro-super build
2014-08-05 02:42:01 +03:00
Andrés Suárez
f814c3f6f8
fix libretro-super build
...
fix libretro-super build
2014-07-30 09:24:59 -05:00
twinaphex
f9020f359c
(Clang) Linker fix
2013-12-13 02:22:40 +02:00
twinaphex
1c67828540
(iOS) Add min SDK version flags
2013-12-13 02:22:37 +02:00
notaz
21299f18ad
try to deal with some famec compiler issues
2013-12-07 02:03:38 +02:00
notaz
0fd6751db8
libretro: empty srm prevention hack
2013-10-13 18:46:48 +03:00
notaz
74e770b1ec
release 1.91
2013-10-12 22:06:29 +03:00
notaz
f7e40c9b2e
frontend: eliminate osd_text dupes
...
not only dupe code is bad, it's crasing too
2013-10-12 22:06:29 +03:00
notaz
9993e0d6dd
fix use of freed mem
2013-10-12 03:22:30 +03:00
notaz
2d6460655c
gp2x: hack to avoid 940 reinit
...
..it used to rely on upper layer to avoid YM2612Init_940() calls
on menu entry
2013-10-12 03:22:30 +03:00
notaz
f47d0a2898
remove regs union due to compiler issues
...
GP2X toolchains are padding the unions no matter what :(
2013-10-12 03:21:41 +03:00
notaz
9770f5316f
update gp2x for input changes
2013-10-11 01:08:32 +03:00
notaz
99823d0f23
split base_readme to more traditional files
2013-10-11 00:47:25 +03:00
Paul Cercueil
948aa481fa
Don't include dead code when linking program (saves 48kB)
2013-10-10 03:02:41 +03:00
Paul Cercueil
868cc0cc8f
Use PBTN_MOK instead of PBTN_MA3 to confirm loading/saving state
2013-10-10 03:02:41 +03:00
Paul Cercueil
d4bea61c8f
Add support for the OpenDingux platform
2013-10-10 03:02:26 +03:00
Paul Cercueil
4e3551a5f6
Make the platform code provide the key mapping
...
notaz: fix pandora build
2013-10-10 02:58:45 +03:00
Paul Cercueil
eb7ce29e8d
Add a couple of fixes to allow double buffering to work
2013-10-10 02:57:11 +03:00
Paul Cercueil
28653a4979
Menu: Use function plat_get_skin_dir to locate bg image
2013-10-10 02:56:18 +03:00
Paul Cercueil
ae632fd100
configure: Deduce the path to sdl-config from the compiler
2013-10-10 02:48:22 +03:00
notaz
6901d0e45d
fix yet another sync issue..
2013-10-09 02:54:52 +03:00
notaz
7b3ddc11dc
cd: hacks..
2013-10-07 03:41:39 +03:00
notaz
274fcc35aa
cd: switch to CD drive emu code from genplus
...
same license, much cleaner code
2013-10-07 00:11:31 +03:00
notaz
3f23709ef3
cd: switch to CD controller code from genplus
...
same license, much cleaner code
using own dma code though..
2013-10-07 00:11:31 +03:00
notaz
a6523294e2
cd: fix cycle overflow issue
2013-10-04 23:24:36 +03:00
notaz
5ad7000693
sound: remove cd rate limitations
...
this was only there for mp3 and is now causing problems
on caanoo due to it's sample rate limitations
2013-10-04 03:50:29 +03:00
notaz
31f944ea8c
gp2x: various fixes, prepare for release
2013-10-04 03:21:51 +03:00
notaz
fcdf2aff9b
let linux/plat know it's for compiled pandora
2013-10-03 02:16:09 +03:00
notaz
51c089500c
libretro: get rid of borders
2013-10-03 02:12:37 +03:00
notaz
d5caf299e8
forgotten credit..
2013-10-02 20:04:17 +03:00
notaz
33afcf94ba
release 1.90
2013-09-24 03:57:43 +03:00