Commit Graph

1247 Commits

Author SHA1 Message Date
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
Twinaphex
8bfa3d5b69 Merge pull request #87 from ekeeke/patch-1
revert remaining unneeded changes in m68kcpu.h
2017-07-25 23:11:58 +02:00
ekeeke
bd592ba674 revert remaining unneeded changes in m68kcpu.h 2017-07-25 23:06:12 +02:00
Twinaphex
867c8580f8 Merge pull request #86 from ekeeke/patch-1
revert unicode character corruption in cdd.c
2017-07-25 22:58:21 +02:00
ekeeke
416c799637 revert unicode caracter corruption in cdd.c 2017-07-25 22:52:07 +02:00
twinaphex
c69ecca6ac Fix m68k.h 2017-07-25 20:36:51 +02:00
twinaphex
5e2ed42295 Revert these files 2017-07-25 14:08:22 +02:00
twinaphex
795a843719 Remove this as per ekeeke's advice 2017-07-25 12:59:03 +02:00
twinaphex
6b40fea647 Revert "Get rid of uint"
This reverts commit a410090b8e.
2017-07-25 10:21:35 +02:00
twinaphex
30378fad52 Revert "Update m68k"
This reverts commit 24acab9e51.
2017-07-25 10:20:16 +02:00
twinaphex
effdec65ed Revert "Buildfix"
This reverts commit ca06614c74.
2017-07-25 10:14:08 +02:00
EkeEke
147ad71a3c [Core/VDP] fixed FIFO timings when switching H32/H40 mode while display is active 2017-07-15 13:03:58 +02:00
EkeEke
63b0d6a4c1 [Core/IO] increased Sega Mouse latency (fixes mouse support in Star Blade) 2017-07-15 13:00:49 +02:00
hizzlekizzle
14a3c5be47 re-add uint; should fix builds 2017-07-14 22:47:20 -05:00
hizzlekizzle
9e8acf304b buildfix attempt #2 2017-07-14 21:56:37 -05:00
hizzlekizzle
f4a76eaedd hopefully fix 'unknown type name uint' compile error 2017-07-14 20:09:34 -05:00