twinaphex
13029e29a5
Update license headers
2016-10-17 16:29:18 +02:00
twinaphex
7a1f14778b
Add copyright for libretro portions
2016-10-15 17:06:59 +02:00
EkeEke
8b909e4035
[libretro] fixes port 2 control pad type configuration
2016-09-24 19:12:02 +02:00
ekeeke
ff2cb27f48
[libretro] environment callback parameters should remain declared statically (fixes broken input descriptors and controllers info)
2016-09-22 22:50:51 +02:00
Arto Vainiolehto
cbd2bc3d47
Add new core option: Core-provided aspect ratio.
...
Available options for core-provided aspect ratio are "auto", "NTSC PAR" and "PAL PAR".
- NTSC PAR forces pixel aspect ratio of NTSC tvs always, regardless of game or core region
- PAL PAR forces pixel aspect ratio of PAL tvs always, regardless of game or core region
- auto works as following
-- NTSC PAR is used when core region is set to auto and game region is NTSC, or core region is set to ntsc-u or ntsc-j.
-- PAL PAR is used when core region is set to auto and game region is PAL, or core region is set to pal.
-- 6:5 PAR is used for Game Gear games, if core options Borders and Game Gear extended screen are both disabled
2016-09-19 13:17:00 +03:00
twinaphex
7fa953a0f0
Add header include
2016-09-06 22:30:20 +02:00
EkeEke
b5c243664d
[libretro] improved system region swapping
2016-09-02 16:33:54 +02:00
EkeEke
3ee094c0ea
[Libretro] added core option to select per game instead of per bios CD system BRAM file
2016-08-11 00:14:04 +02:00
sergiobenrocha2
85c30ecf83
[Libretro] Change BRAM Dir from System/BIOS to Save.
2016-08-01 02:19:39 -03:00
bleakassassin
688dc01d69
Have "Restart Content" perform a Mega Drive soft reset.
2016-02-25 22:45:25 -06:00
Diablodiab
58946018d9
Fix vorbis playback on Android
2016-01-02 13:06:34 +01:00
Twinaphex
5b3e8c4b03
Merge pull request #26 from Oggom/master
...
Sync with main repo
2015-05-07 14:52:59 +02:00
EkeEke
9310dcf92c
[libretro] added optional bootrom support (Mega Drive & Game Gear TMSS, Master System)
2015-05-07 13:45:52 +02:00
EkeEke
8d2a466ca3
[libretro] fixed a few core settings having no effects
2015-05-07 00:37:23 +02:00
Twinaphex
56d1471a35
Merge pull request #23 from Oggom/master
...
Sync with main repo
2015-04-26 22:01:43 +02:00
EkeEke
ea1924d747
[libretro] fixed broken gun cursor displaying
2015-04-26 18:28:24 +02:00
twinaphex
c160f73fc9
We rely on QNX Makefile target
2015-03-10 21:04:00 +01:00
twinaphex
08c955f612
Don't link against zlib
2015-02-07 18:19:53 +01:00
Sérgio Benjamim
adaff9579d
Cleanup in Makefile/ARM and debian packaging.
2015-02-01 20:50:14 -02:00
sergiobenrocha2
0592235520
Update debian packaging.
2015-01-07 20:39:19 -02:00
sergiobenrocha2
cb16c3b1b9
Rename s2k.bin to sk2chip.bin, same name in the upstream.
2015-01-07 20:38:06 -02:00
twinaphex
3b3eae18e7
(XDK) Build fixes
2014-12-23 20:34:04 +01:00
EkeEke
8744c3995f
[libretro] fixed cheat support
2014-12-07 19:25:38 +01:00
twinaphex
8b4b807b8c
Implement cheatcode support - implement retro_cheat_reset/retro_cheat_set
2014-12-06 16:27:19 +01:00
twinaphex
41c1f4fe70
Change core options namespace
2014-12-05 23:42:06 +01:00
twinaphex
6d3a8d798e
Implement input descriptors
2014-12-04 17:01:01 +01:00
twinaphex
ac55e5a720
Merge https://github.com/ekeeke/Genesis-Plus-GX
2014-11-30 16:45:52 +01:00
EkeEke
67c16779bf
[libretro] fixed typo
2014-11-29 20:12:57 +01:00
EkeEke
7f3803b002
[libretro] added temporary solution for incorrect SRAM file saving
2014-11-29 20:09:43 +01:00
EkeEke
f0fd2d8fc1
[libretro] restored Makefile.common
2014-11-29 19:15:09 +01:00
EkeEke
b5a30b82c2
[libretro] improved Makefiles
2014-11-28 12:09:43 +01:00
EkeEke
b805e7d1be
[libretro] fixed compilation (added support for LCD ghosting filter)
2014-11-26 23:14:56 +01:00
lordashram
eda2441fe9
(config.lcd) Build fix
2014-11-26 07:32:32 -06:00
twinaphex
67d86709a2
Add Makefile.common - used for both Android JNI Makefile and regular
...
libretro Makefile
2014-11-02 04:36:00 +01:00
twinaphex
d390b30fff
Merge https://github.com/ekeeke/Genesis-Plus-GX
2014-11-01 00:42:45 +01:00
EkeEke
ab39975a02
[libretro] fixed Android makefile
2014-10-29 00:29:48 +01:00
lordashram
f0422983c4
(Android) Build fix
2014-10-22 20:22:20 -05:00
Twinaphex
258329cad4
Merge pull request #8 from Oggom/master
...
Pull latest changes
2014-10-10 22:10:09 +02:00
EkeEke
37dd44df6c
[Core/Input] added Sega Graphic Board support (thanks to SMS Power)
2014-10-10 18:06:16 +02:00
Alcaro
d634da83d2
Update libretro.h
2014-09-22 21:26:49 +00:00
EkeEke
c9cf7954dc
[libretro] added core options for inverting MD Mouse Y-axis (needed by Populous II) & showing lightgun crosshair
2014-08-17 18:37:52 +02:00
EkeEke
bb1984a12d
[libretro] fixed MD Mouse Y-axis & added support for XE-1AP second stick (bi-directional)
2014-08-17 17:22:15 +02:00
EkeEke
c7f9ff9ffd
[libretro] improved LightGun, Terebi Oekaki & Pico pointer precision
2014-08-17 13:16:45 +02:00
EkeEke
27c4fda1d6
[libretro] added support for MD Mouse, lightguns (Menacer, Justifier, Light Phaser), analog devices (Paddle, Sports Pad, XE-1AP) & PICO tablet
2014-08-09 19:14:31 +02:00
EkeEke
7725820884
[libretro] fixed Android makefile
2014-08-09 19:04:05 +02:00
EkeEke
c85990f53b
[libretro] new RETRO_ENVIRONMENT_SET_GEOMETRY callback is now being used instead of RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO when screen width/height change
2014-07-20 23:10:29 +02:00
EkeEke
75d0baea86
[libretro] fixed new input controller & multitap support
2014-07-20 23:07:58 +02:00
twinaphex
296afb6607
Update libretro core
2014-07-19 04:53:20 +02:00
twinaphex
b264a22b53
Cleanups
2014-07-18 17:35:40 +02:00
twinaphex
b82a58cf8f
Revert "Define MSB_FIRST for Xbox 360"
...
This reverts commit 97d0e56650
.
2014-07-18 02:12:31 +02:00