twinaphex
e8454cb09b
Add author name to libretro.c
2016-10-15 18:43:28 +02:00
Twinaphex
12ae851364
Merge pull request #39 from lentillog/bug/sram-crash
...
Fixed crash on loading sram game after a game with no sram
2016-10-05 03:30:47 +02:00
lentillog
6d0aaeaf90
Fixed crash on loading sram game after a game with no sram
2016-10-04 18:02:52 -07:00
Twinaphex
6c991e7ced
Merge pull request #38 from lentillog/feature/dynarec
...
(VITA) Dynarec working
2016-10-04 04:51:43 +02:00
lentillog
88f7643f70
(VITA) Dynarec working
2016-10-03 16:06:35 -07:00
Twinaphex
36745acc51
Merge pull request #37 from lentillog/feature/remove-hack
...
(VITA) Removed gross hack with optimization workaround
2016-09-28 03:48:16 +02:00
lentillog
30b234849f
(VITA) Removed gross hack with optimization workaround
...
This also seems to reduce a bit of stutter in some games (like sonic 3)
2016-09-27 17:56:41 -07:00
Twinaphex
32cc15e811
Merge pull request #35 from lentillog/feature/vita
...
(vita) Updated build to work on Vita
2016-09-21 01:45:56 +02:00
lentillog
937c7e5283
(vita) Updated build to work on Vita
2016-09-20 16:39:19 -07:00
twinaphex
8289697e8d
(Emscripten) remove NO_MMAP
2016-09-08 12:51:52 +02:00
twinaphex
a33a365d78
Both ios and emscripten have problems with this - hide behind
...
HAVE_GDB ifdef
2016-09-08 12:18:09 +02:00
twinaphex
d6a897aa61
(Emscripten) Target should work now
2016-09-08 10:43:22 +02:00
twinaphex
f191d3f834
Add Emscripten dir and upload
2016-09-07 07:36:24 +02:00
Twinaphex
7832385631
Merge pull request #30 from meepingsnesroms/master
...
Fix compiling with ndk r11 >
2016-07-04 19:04:33 +02:00
meepingsnesroms
4346a841ff
Fix compiling with ndk r11 >
2016-07-04 09:55:54 -07:00
Twinaphex
8046160f29
Merge pull request #28 from joolswills/patch-1
...
Fixes undefined symbol: __aeabi_idiv for RPI target
2016-05-20 15:17:21 +02:00
Jools Wills
d1dfc25952
Fixes undefined symbol: __aeabi_idiv for RPI target
2016-05-20 14:15:54 +01:00
Andrés
7f5ab20e35
Merge pull request #27 from AkimanBengus/master
...
Add a core option to choose between PAR, DAR and CRT aspect ratio
2016-05-19 20:46:32 -05:00
David
e1360c668c
Add a core option to choose between PAR, DAR and CRT aspect ratio
...
The core option let you choose between 3 aspect ratios.
PAR: Native resolution
DAR: 4/3
CRT: Thinner than 4/3, I did some comparison with my old CRT TV.
I did another change to take in account the 224 instead of 240 vertical
resolution to fix the integer scale
2016-05-19 22:54:26 +02:00
Twinaphex
e9d7e81054
Merge pull request #23 from tuluse/master
...
Implement psp compiler flags
2016-03-12 22:48:40 +01:00
Thomas Daley
646039c2bf
Implement psp compiler flags
2016-03-12 15:12:55 -06:00
Twinaphex
d277f0aae3
Merge pull request #22 from DSkywalk/master
...
allow request RETRO_MEMORY_SYSTEM_RAM to get cheevos
2016-03-11 07:32:57 +01:00
David Skywalker
c3e69f81d8
add primary megadrive memory access, allow get cheevos.
2016-03-11 00:56:34 +01:00
Twinaphex
dfafb96d90
Merge pull request #21 from tuluse/master
...
PSP build fix
2016-03-04 06:04:25 +01:00
twinaphex
f9e77751fa
Add GCW Zero target
2016-03-01 22:31:33 +01:00
Thomas Daley
f2d6bde946
Merge remote-tracking branch 'upstream/master'
2016-02-27 20:45:25 -06:00
Twinaphex
edddf99751
Merge pull request #20 from AkimanBengus/master
...
Rename input descriptors label for MasterSystem
2016-02-19 01:43:33 +01:00
David
0fa9e859bf
Rename input descriptors label for MasterSystem
...
Rename by adding 'Button' prefix for more clarity
2016-02-19 00:10:31 +01:00
Thomas Daley
70faf5a316
PSP build fix
2016-01-30 13:40:46 -06:00
Twinaphex
38d161b095
Merge pull request #18 from AkimanBengus/master
...
Add input descriptors for Master System
2016-01-07 22:28:57 +01:00
David
17d4733d38
Add input descriptors for Master System
...
Limit also the number of players for the input descriptors to 2 players
until the TeamPlayer didn't work.
2016-01-06 21:30:41 +01:00
Twinaphex
8eaad80c18
Merge pull request #17 from AkimanBengus/master
...
Add core option to force the Region FPS (NTSC, PAL)
2015-12-17 12:42:36 +01:00
David
48582bcfb8
Add core option to force the Region FPS (NTSC, PAL)
...
This new core option will override the Region option.
So it's possible to choose the Europe Region and the NTSC FPS.
Strangely the region protection has no effect on megadrive :-)
But will happend on 32x and SegaCD (Maybe it can be fixed by activating
this core option after a little delay on startup)
2015-12-13 14:54:13 +01:00
David
bd7b09f4f9
Fix the lprintf method (libretro side)
...
The lprintf method used the format string instead of the buffer build
from va_list
2015-11-24 13:49:31 +01:00
Twinaphex
e912fdf263
Merge pull request #12 from vanfanel/master
...
Added Raspberry Pi 1 platform with optimal parameters to Makefile.lib…
2015-10-22 09:16:50 +02:00
vanfanel
913fd1dc89
Added Raspberry Pi 1 platform with optimal parameters to Makefile.libretro
2015-10-21 20:51:32 +00:00
twinaphex
d54274b5de
Add iOS 9 rules
2015-10-15 16:29:45 +02:00
aliaspider
ad2ccfbc09
(CTR/3DS) improve performance by using a DMA friendly vout_buf.
2015-10-02 00:30:29 +01:00
aliaspider
55717e05d2
nit
2015-10-01 03:10:29 +01:00
aliaspider
4f05464f4c
make -fPIC platform specific.
2015-10-01 01:35:43 +01:00
aliaspider
eac0e63819
clean indentation
2015-10-01 00:30:14 +01:00
aliaspider
0c73267625
(ctr/3ds) optimize build, add support for 32x/svp dynamic recompilers.
2015-09-30 23:43:20 +01:00
twinaphex
b44f946ce8
(QNX) Fix build
2015-09-19 05:31:59 +02:00
aliaspider
e29c13dc62
Merge pull request #9 from fr500/master
...
add 3ds target
2015-09-11 00:05:20 +01:00
Radius
393c344e2e
add 3ds target
2015-09-10 23:50:07 +01:00
twinaphex
164e418549
(Vita) Add target - not finished
2015-08-31 23:09:21 +02:00
twinaphex
fb9f9d637c
(OSX) Lower requirements to OSX 10.1
2015-08-02 00:09:35 +02:00
Twinaphex
504faec26a
Merge pull request #8 from sergiobenrocha2/master
...
Cleanup Makefile.libretro.
2015-07-27 14:13:04 +02:00
sergiobenrocha2
1e65be0565
Cleanup Makefile.libretro.
2015-07-27 00:31:18 -03:00
twinaphex
68cf40ec36
Change includes so that things build without include dir shenanigans
2015-07-04 19:19:32 +02:00