Commit Graph

904 Commits

Author SHA1 Message Date
EkeEke
32bc395dfd [Win32/SDL] renamed Makefile 2014-08-15 15:09:06 +02:00
twinaphex
b7b4ce74c0 Merge https://github.com/ekeeke/Genesis-Plus-GX
Conflicts:
	libretro/libretro.c
2014-08-10 05:45:34 +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
f3d4cf51d2 [Core/Input] fixed Master Tap adapter & XE-1AP device naming in sourcecode 2014-08-09 18:59:14 +02:00
Twinaphex
9f6b2c7482 Merge pull request #4 from fr500/master
Add alternate 6 button mapping
2014-08-02 02:29:07 +02:00
Andrés Suárez
a939c2e432 Add alternate 6 button mapping 2014-08-01 19:04:39 -05:00
Twinaphex
0bbf62e43f Merge pull request #2 from Monroe88/master
Pull commits from upstream
2014-07-27 01:37:25 +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
ekeeke
8acb663868 Merge pull request #32 from libretro/master
Update/build fix Libretro core
2014-07-19 10:47:06 +02:00
twinaphex
296afb6607 Update libretro core 2014-07-19 04:53:20 +02:00
twinaphex
8bec5cc42b Cleanup tremor/misc.h 2014-07-19 04:49:26 +02:00
ekeeke
137e84588c Merge pull request #31 from libretro/master
New PR (libretro)
2014-07-18 20:32:44 +02:00
twinaphex
b264a22b53 Cleanups 2014-07-18 17:35:40 +02:00
twinaphex
d3697fee7c Merge https://github.com/ekeeke/Genesis-Plus-GX
Conflicts:
	libretro/libretro.c
2014-07-18 02:13:53 +02:00
twinaphex
b82a58cf8f Revert "Define MSB_FIRST for Xbox 360"
This reverts commit 97d0e56650.
2014-07-18 02:12:31 +02:00
twinaphex
d6fe4325c5 Revert "Going to just use MSB_FIRST or LSB_FIRST here as an ifdef - this"
This reverts commit 167ec02425.
2014-07-18 02:12:14 +02:00
Twinaphex
a4fafa4d2f Merge pull request #1 from sergiobenrocha2/master
Debian packaging in upstream
2014-07-15 06:18:36 +02:00
sergiobenrocha2
d8c1ac6185 fixed copyright 2014-07-15 00:52:55 -03:00
sergiobenrocha2
1103246f92 Added debian folder from hunterk PPA, updated packaging and fixed lintian errors. 2014-07-14 22:44:17 -03:00
EkeEke
06a10e3156 [Wii] fixed support for 3rd-party classic controllers with invalid calibration
settings (continued)
2014-07-14 16:29:55 +02:00
EkeEke
1ebb43ca34 [Wii] fixed support for 3rd-party classic controllers with invalid calibration settings 2014-07-14 16:12:02 +02:00
EkeEke
35f3509e36 [Gamecube/Wii] fixed lightgun crosshair & CD leds positionning when using NTSC filter 2014-07-07 23:19:57 +02:00
EkeEke
8c91bdc05e [Core/VDP] improved Mode 5 sprite parsing accuracy (verified on real hardware) 2014-07-06 21:04:33 +02:00
twinaphex
7cfe8b4097 Set performance level 2014-06-23 15:03:17 +02:00
EkeEke
331ec8b7cb [Core/MD] fixed ROM padding for Sonic & Knuckles 2014-06-18 23:09:19 +02:00
EkeEke
053c66c19f [libretro] fixed "mastertap" support 2014-06-17 22:14:04 +02:00
EkeEke
ade2c6ad78 [Core/IO] change Master System multitap "official" name 2014-06-17 22:09:20 +02:00
EkeEke
731b0afcc3 [Gamecube/Wii] improved Cheats Menu 2014-06-17 22:07:35 +02:00
EkeEke
da32b05777 [Gamecube/Wii] added support for Classic Controller +/- buttons in GUI 2014-06-17 22:04:31 +02:00
twinaphex
693ce4d78f Do AV change only for vertical resolution changes - RETRO_SET_SYSTEM_AV_INFO
is way too expensive to be abused like this - this is causing flashing in
fullscreen mode for some video drivers
2014-05-08 02:32:39 +02:00
twinaphex
f0b1641809 Set RETRO_DEVICE_JOYPAD to "Joypad Auto" 2014-05-02 03:20:17 +02:00
twinaphex
f932017845 Reimplement multitap/controller settings - now implements
RETRO_SET_CONTROLLER_INFO
2014-05-02 03:13:37 +02:00
twinaphex
97d0e56650 Define MSB_FIRST for Xbox 360 2014-04-30 00:28:46 +02:00
twinaphex
167ec02425 Going to just use MSB_FIRST or LSB_FIRST here as an ifdef - this
is too much of a PITA
2014-04-30 00:27:19 +02:00
twinaphex
7948c690e7 This Tremor header file should probably be properly rewritten to
either define union magic for MSB_FIRST or LSB_FIRST - the current
way of doing it is a goddamn mess
2014-04-30 00:24:03 +02:00
twinaphex
c5cecd7870 (MSVC) Bake in libtremor support 2014-04-30 00:07:36 +02:00
twinaphex
26b50b3980 Bake in libtremor for regular Makefile and Android 2014-04-29 23:49:47 +02:00
twinaphex
011cc39a19 Add OSX version minor detection in Makefile 2014-04-26 04:23:30 +02:00
twinaphex
4854241606 (OSX) Add PPC detection 2014-04-14 05:47:00 +02:00
twinaphex
ece1907480 Merge https://github.com/ekeeke/Genesis-Plus-GX 2014-04-13 17:06:34 +02:00
EkeEke
6941c9d6ae [Gamecube/Wii] fixed graphical glitch in bottom border area when borders are disabled 2014-04-10 21:03:56 +02:00
EkeEke
ee08f95144 added a few indications for downloads in README.md 2014-04-05 14:47:35 +02:00
EkeEke
305e0043ed [libretro] added current Win32 build to repository 2014-04-05 14:40:04 +02:00
EkeEke
dc2b2dda92 [Gamecube/Wii] added current builds to repository 2014-04-05 14:37:34 +02:00
EkeEke
e31df22240 [libretro] added support for Master System homemade multitap 2014-04-05 14:27:09 +02:00
EkeEke
6394c0e482 [Wii] added configurable Wiimote timeout 2014-04-05 01:15:43 +02:00
EkeEke
bc97224fef [libretro] fixed core resolution changes detection 2014-04-05 00:46:30 +02:00
EkeEke
df6dbe855a [Core/IO] added homemade Master System multitap emulation (BOom) 2014-04-05 00:45:30 +02:00