Commit Graph

585 Commits

Author SHA1 Message Date
hizzlekizzle
5a813bd318 Merge pull request #202 from retro-wertz/m30
Mapper30: Update compatibility with libretro api
2018-02-21 07:37:11 -06:00
Twinaphex
f2c988f8fb Merge pull request #205 from retro-wertz/savestate_fix
Refactor state variables for expansion audio
2018-02-21 09:39:12 +01:00
U-O1\User
d9fc4c0c87 Refactor state variables for expansion audio 2018-02-21 16:34:55 +08:00
retro-wertz
9ca78a78dc Mapper30: Update compatibility with libretro api 2018-02-18 11:53:48 +08:00
Twinaphex
71aa945073 Merge pull request #200 from kwyxz/master
FCEUmm core for Solaris 11
2018-01-23 07:55:37 +01:00
kwyxz
b01f24a4de Allow Solaris build 2018-01-22 13:34:28 -08:00
twinaphex
1534e17ece Fix warning 2018-01-21 06:58:36 +01:00
hizzlekizzle
5d5b7e06c5 Merge pull request #198 from retro-wertz/aspect
Update to 4:3 aspect
2018-01-10 18:24:47 -06:00
retro-wertz
1bcbfba6a6 Update to 4:3 aspect
Update 4:3 aspect so that image is not stretched when horizontal and vertical overscans are adjusted
2018-01-10 11:39:36 +08:00
twinaphex
166573c553 Add Switch target 2018-01-04 22:56:30 +01:00
Twinaphex
6ecbe4863e Merge pull request #197 from retro-wertz/input
Cleanup input
2018-01-03 15:59:56 +01:00
retro-wertz
fe04e86c42 Cleanup input
Gamepad loops based on # of players(4 max), while other inputs are looped by number of ports(2 max).
2018-01-03 20:06:13 +08:00
twinaphex
221c1fae87 Don't use register keyword 2017-12-24 19:35:07 +01:00
hizzlekizzle
5b9b57ee3e Merge pull request #188 from retro-wertz/framebuffer
Remove use of RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER
2017-12-23 18:46:27 -06:00
Twinaphex
f4f1c69ac2 Merge pull request #189 from Aftnet/master
Appveyor CI
2017-12-21 16:47:23 +01:00
Alberto Fustinoni
e647ca413e Fix 2017-12-21 20:40:28 +09:00
Alberto Fustinoni
e32f25be63 Formatting 2017-12-21 20:38:08 +09:00
Alberto Fustinoni
94a413ea07 Appveyor CI 2017-12-21 20:37:35 +09:00
retro-wertz
bec41ab460 Remove use of RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER 2017-12-21 14:45:02 +08:00
Twinaphex
25bb3e6c50 Merge pull request #185 from Aftnet/master
Build fix
2017-12-19 16:57:28 +01:00
Alberto Fustinoni
d4b04866c1 Build fix 2017-12-20 00:36:34 +09:00
Twinaphex
9f524b2358 Merge pull request #184 from Aftnet/master
Build fix VS2017
2017-12-18 07:36:47 +01:00
Alberto Fustinoni
2c90e8c91f Build fix 2017-12-18 15:25:57 +09:00
Twinaphex
47d4d9ee59 Merge pull request #183 from retro-wertz/change_eol
Change *.c and *.h end-of-line character to LF
2017-12-17 14:09:38 +01:00
retro-wertz
2d76eb4a0f Change *.c and *.h end-of-line character to LF
change eol char to LF using dos2unix
2017-12-17 13:40:35 +08:00
twinaphex
6f8934aee7 Look in system header dir 2017-12-16 18:41:41 +01:00
twinaphex
1e84d6dec5 Update 2017-12-16 15:47:24 +01:00
twinaphex
b15b0f6091 Update 2017-12-16 03:09:28 +01:00
twinaphex
56e8cf3ed1 Updates 2017-12-16 01:11:25 +01:00
Brad Parker
56b786df6c msvc2017: fix for parallel (make -j) debug builds 2017-12-03 20:04:14 -05:00
Twinaphex
2dcbeeb49f Merge pull request #181 from retro-wertz/input
Input
2017-11-25 06:22:42 +01:00
retro-wertz
bdf9d44688 Update 2017-11-25 12:09:10 +08:00
retro-wertz
ff24eeb0fb Input: Fix input handling if a 4-player adaptor is used. 2017-11-25 11:59:04 +08:00
retro-wertz
032d86b3a4 Input: Add support for mouse/lightgun-type peripherals 2017-11-25 11:16:26 +08:00
Andrés
d6df119579 Update README.md 2017-11-19 13:19:30 -05:00
Andrés
9e6ddbc69b Update README.md 2017-11-19 12:26:42 -05:00
Twinaphex
533da69e34 Merge pull request #179 from retro-wertz/input
refactor input devices
2017-11-14 08:22:04 +01:00
retro-wertz
483c414327 Start refactoring input devices and cleanup 2017-11-13 08:22:46 +08:00
retro-wertz
09dbd4d5d9 Update turbo fuction and cleanup. 2017-11-12 15:38:04 +08:00
bparker06
1613c587d6 travis: build the right core 2017-10-26 14:48:45 -04:00
Brad Parker
6d99b287fc add 3ds to travis build 2017-10-23 21:24:05 -04:00
Brad Parker
7eb623c7e1 travis: add linux build target 2017-10-23 18:24:51 -04:00
Brad Parker
dc7fafb5ce travis: add ngc build platform 2017-10-21 15:15:42 -04:00
Brad Parker
9b2f52dc75 travis: add wii build platform 2017-10-21 15:06:47 -04:00
Brad Parker
01fbcff277 add travis build script 2017-10-21 14:05:53 -04:00
hizzlekizzle
41108344e9 Merge pull request #177 from retro-wertz/patch-2
Re-apply palette when changing region
2017-10-21 07:35:14 -05:00
retro-wertz
82ff4e9bd1 Re-apply palette when changing region
https://github.com/libretro/libretro-fceumm/issues/176
2017-10-21 19:40:54 +08:00
hizzlekizzle
1d503ee692 Merge pull request #174 from retro-wertz/unrom
Mapper2: Change default behavior
2017-10-20 16:19:27 -05:00
hizzlekizzle
a2d7547a4a Merge pull request #173 from retro-wertz/core_options
Rearrange core options to group similar or related items
2017-10-20 16:19:00 -05:00
hizzlekizzle
7ca4235d8a Merge pull request #175 from retro-wertz/unrom512
Mapper30 cleanup
2017-10-20 10:33:36 -05:00