Commit Graph

1334 Commits

Author SHA1 Message Date
LodanZark
5cd8f6e7d3 change the Lowpass core option to lowercase
change the Lowpass core option to lowercase for better consistence with other options
2017-09-21 15:13:17 +01:00
r5
f0fe9307c9 (libretro) Revert default sound output to 'stereo' 2017-09-21 14:38:22 +01:00
notaz
5d13ccbe3f [Core/SVP] fix pointer arithmetic on 64bit (#171)
I don't want broken version of my code to linger around.
2017-09-21 09:24:50 +02:00
EkeEke
07b01ca52b [libretro] fixed typo regarding latest filter setting field name change 2017-09-21 09:22:27 +02:00
Twinaphex
7a0af38584 Merge pull request #102 from rz5/master
(libretro) Expose stereo/mono core option
2017-09-20 22:43:35 +02:00
r5
8287d597a2 (libretro) Expose stereo/mono core option 2017-09-20 19:24:52 +01:00
EkeEke
94103569ff [Core/VDP] allow active screen width to be modified during first two lines (Bugs Bunny in Double Trouble) 2017-09-20 16:45:50 +02:00
EkeEke
527fd6ecd8 [Core/VDP] improved VDP status read timing accuracy (fixes 'Marvel Land' demo mode) 2017-09-20 10:53:08 +02:00
EkeEke
f6f4556533 [Core/Sound] fixed 3-Band EQ implementation 2017-09-19 15:26:50 +02:00
EkeEke
5a3cfbc1b9 [Core/CD] implemented proper CHD file virtualization 2017-09-19 15:00:03 +02:00
EkeEke
31906b20cf [Core/Sound] fixed PSG noise channel bug 2017-09-19 12:21:41 +02:00
EkeEke
3a0ec7e895 [Wii] fix compilation issue caused by libretro patch to libchdr 2017-09-19 12:19:28 +02:00
EkeEke
34eab9369f Merge branch 'master' of https://github.com/libretro/Genesis-Plus-GX into libretro-master 2017-09-18 17:03:58 +02:00
Twinaphex
f66bcb1e78 Merge pull request #101 from lifning/allow-system-ram-query
Allow SYSTEM_RAM to be queried in games that do not have SRAM
2017-09-18 10:29:06 +02:00
lifning
ac67b0a430 Allow SYSTEM_RAM to be queried in games that do not have SRAM 2017-09-18 00:50:07 -07:00
twinaphex
a1f022bd04 update 2017-09-17 19:32:52 +02:00
twinaphex
12fde25a68 Fix one compilation error for MSVC 2003 Xbox 1 - size_t is defined
in stddef.h
2017-09-17 19:32:52 +02:00
twinaphex
621c6700fa Update Makefile.common 2017-09-17 19:32:52 +02:00
twinaphex
e23498aece Remove msvc 2003/2010 solutions 2017-09-17 19:32:52 +02:00
hunterk
085a1283d1 add lowpass filter core option 2017-09-17 19:32:52 +02:00
twinaphex
997360b114 update 2017-09-16 09:32:56 +02:00
twinaphex
360b30a081 Fix one compilation error for MSVC 2003 Xbox 1 - size_t is defined
in stddef.h
2017-09-16 06:51:25 +02:00
twinaphex
6e2e69eb0a Update Makefile.common 2017-09-16 06:49:05 +02:00
twinaphex
a3b4f1b2fd Remove msvc 2003/2010 solutions 2017-09-16 06:47:16 +02:00
Twinaphex
04268add29 Merge pull request #100 from hunterk/master
add lowpass filter core-option
2017-09-15 03:00:05 +02:00
hunterk
7f3d999735 add lowpass filter core option 2017-09-13 09:49:50 -05:00
Twinaphex
346d3b9cb5 Merge pull request #97 from ekeeke/master
Resolve github sync issues
2017-09-07 16:06:36 +02:00
ekeeke
afa0b43ad7 Merge pull request #163 from libretro/master
Libretro sync #2
2017-09-07 08:26:15 +02:00
ekeeke
6fddc32666 Merge with libretro (#162)
Sync fixes
2017-09-07 08:22:13 +02:00
ekeeke
2db15617a4 Merge pull request #161 from libretro-mirrors/master
[Libretro] fixed CHD support
2017-09-07 07:47:30 +02:00
twinaphex
a7e94e3870 Fix build 2017-09-07 02:25:35 +02:00
twinaphex
3f6bf70fba MSVC doesn't have sys/param.h either 2017-09-07 02:24:22 +02:00
twinaphex
da80349f9c Update 2017-09-07 02:18:14 +02:00
ekeeke
9a8ab9332a Merge pull request #160 from libretro-mirrors/master
[Libretro] Sync with libretro repository (C89 compatibility fixes, filestream support,...)
2017-09-06 21:44:55 +02:00
twinaphex
2dfa1317b0 Update libchdr 2017-09-06 19:07:42 +02:00
twinaphex
cf1e6fdf11 Sync both repos 2017-09-06 18:59:04 +02:00
Twinaphex
fa7de1bf38 Merge pull request #96 from bkoropoff/chd-load-crash
Fix crash loading chd file
2017-09-06 16:13:06 +02:00
Brian Koropoff
6c57361302 Fix crash loading chd file
Ensure chd.c uses the libretro overrides of FILE and friends
since the emulator will really pass it an RFILE*.
2017-09-05 23:13:06 -07:00
twinaphex
f8233c6c30 Define HAVE_SYS_PARAM_H for everything except PS3 2017-09-06 00:15:05 +02:00
twinaphex
5500376fc3 Update chd 2017-09-05 23:38:56 +02:00
twinaphex
c386f4487b Make libchdr C89-compatible 2017-09-05 23:36:24 +02:00
twinaphex
60ca366941 Update Makefile.libretro 2017-09-05 22:39:41 +02:00
Twinaphex
d3941ab876 Update Makefile.common 2017-09-05 22:38:26 +02:00
twinaphex
5dc25ce8e5 Revert "Update libFLAC - not portable enough"
This reverts commit b3219b2766.
2017-09-05 22:13:05 +02:00
twinaphex
2d9fd15236 Buildfixes 2017-09-05 21:38:09 +02:00
twinaphex
83fb91d437 Update Makefiles 2017-09-05 21:30:24 +02:00
twinaphex
b3219b2766 Update libFLAC - not portable enough 2017-09-05 19:30:27 +02:00
twinaphex
259f9a0e9d Merge https://github.com/ekeeke/Genesis-Plus-GX 2017-09-05 19:00:29 +02:00
EkeEke
05dc8faa04 [Core/CD] added (optional) CHD image file support 2017-08-27 16:42:31 +02:00
EkeEke
65f34f36da [libretro] fixed incorrect system RAM report when emulated system hardware is set to "SYSTEM_SMS" 2017-08-19 15:13:06 +02:00