Commit Graph

790 Commits

Author SHA1 Message Date
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
EkeEke
262a8c7fbc [Core/IO] fixed TeamPlayer emulation (fixes multitap detection in Gauntlet 4) 2014-04-01 20:40:30 +02:00
EkeEke
54210e8222 [Core/IO] added gamepad type auto-detection 2014-04-01 20:36:16 +02:00
EkeEke
1e951838de Merge branch 'master' of github.com:ekeeke/Genesis-Plus-GX 2014-04-01 20:11:35 +02:00
EkeEke
3b95a6eaee [Gamecube/Wii] added configurable NTSC filter 2014-04-01 20:09:55 +02:00
Twinaphex
f4bf6aef18 (MSVC) Update solutions for libretro-super 2014-03-15 19:24:41 +01:00
Twinaphex
6e32d98903 (MSVC 2010) Update MSVC 2010 solution 2014-03-15 14:15:18 +01:00
twinaphex
4efaa4ab67 (Android) Don't do -O3 - unsafe 2014-03-12 12:25:38 +01:00
ekeeke
1d0377f455 Merge pull request #25 from libretro/master
Fixup logging interface/Set min OS version to 10.6
2014-03-09 22:10:19 +01:00
twinaphex
c60ce5c720 Fixup logging interface/Set min OS version to 10.6 2014-03-05 03:26:01 +01:00
EkeEke
7dbeddece1 [libretro]
- fixed framebuffer size for PAL interlaced mode
- added support for in-game resolution changes through RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO
2014-03-02 17:51:00 +01:00
EkeEke
9352c3414f [Gamecube] fixed broken DVD support 2014-03-02 17:14:45 +01:00
EkeEke
e7754fd7cb [Gamecube/Wii]
- drastically reduced memory usage (free remaining memory can now be checked under "exit" options)
- improved GX video rendering (fixes screen tearing when VSYNC is disabled)
2014-03-02 17:03:26 +01:00
EkeEke
10e5a924df [Core/MS] improved Z80 address decoding on Japanese Master System I/O chip (315-5297)
[Core/GG] modified VDP register 10 state on reset (fixes Terminator 2: Judgment Day)
[Core/SG] added support for SG-1000 II clone hardware (2KB RAM + integrated VDP/PSG chip 315-5066)
2014-03-02 16:07:08 +01:00
EkeEke
e9fc71ec4f updated file headers 2013-12-27 19:38:41 +01:00