Commit Graph

1362 Commits

Author SHA1 Message Date
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
EkeEke
abc3d20faf [Core/CD] fixed CD hardware buffer initialization when using dynamic memory allocation 2017-08-17 02:50:59 +02:00
EkeEke
3874cb65d1 [Core/CD] fixed track relative time computation during pregap 2017-08-15 09:53:01 -04:00
EkeEke
f5e425b92a [Core/CD] fixed CD hardware buffer initialization when using dynamic memory allocation 2017-08-15 11:00:47 +02:00
EkeEke
f5c826731d [Core/CD] fixed track relative time computation during pregap 2017-08-15 10:59:10 +02:00
EkeEke
51f77aa38c [libretro] bugfix & code cleanup 2017-08-08 16:46:11 +02:00
twinaphex
8adfc56fcb Add msvc 2005 core 2017-08-05 13:58:04 +02:00
twinaphex
1fd384e827 Buildfix 2017-07-28 09:23:36 +02:00
Twinaphex
838f4b9ad5 Merge pull request #91 from Aftnet/master
Build fix
2017-07-27 14:29:34 +02:00
Twinaphex
6ab44e62e9 Merge pull request #92 from retro-wertz/patch-1
buildfix:  unknown type name 'RFILE'
2017-07-27 12:55:12 +02:00
retro-wertz
1abce7da32 buildfix: unknown type name 'RFILE'
https://hastebin.com/lohekobiye.vbs
2017-07-27 17:54:51 +08:00
Alberto Fustinoni
cbc7e25d1f Build fix 2017-07-27 17:29:43 +09:00
twinaphex
87cab8a365 Add file_stream_transforms.c 2017-07-27 09:12:14 +02:00
twinaphex
3b5b5e2309 Update file_stream_transforms.h 2017-07-26 16:12:47 +02:00
EkeEke
9a0fde1d6d [Core/IO] increased Sega Mouse latency (fixes mouse support in Star Blade) 2017-07-26 11:06:55 +02:00
EkeEke
0e12a23c93 [Core/VDP] fixed FIFO timings when switching H32/H40 mode while display is active 2017-07-26 11:05:32 +02:00
twinaphex
d5e96aedce Remove object file committed by mistake 2017-07-26 10:39:43 +02:00
Twinaphex
7ae89d7290 Merge pull request #88 from Aftnet/master
File access via filestream
2017-07-26 06:25:32 +02:00
Alberto Fustinoni
1c079d5184 File IO fix 2017-07-26 11:40:58 +09:00
Alberto Fustinoni
903eb1946b Include file stream transforms 2017-07-26 11:34:15 +09:00
twinaphex
b2d247af74 (JNI) Fix include dir 2017-07-26 00:12:14 +02:00
twinaphex
b744bde2e7 Merge remaining files 2017-07-26 00:11:14 +02:00
twinaphex
b2127cfbbe Move libetro-common files 2017-07-26 00:05:12 +02:00