twinaphex
79963eff2e
Don't include inttypes.h/sys/int.h when stdint.h will do
...
Include direct.h for _WIN32 and unistd.h for non-WIN32
2013-11-15 03:16:08 +01:00
twinaphex
029eb923c6
Make scsicd.cpp backwards compatible with Xbox 1 AGAIN (don't update
...
these cdrom parts anymore unless you want to do the post-update
patching yourself again)
2013-11-15 03:14:04 +01:00
twinaphex
2f0f392ce2
(XDK1) xbox 1 does not support varargs in macros - so comment this out
...
for now
2013-11-15 03:09:22 +01:00
twinaphex
01b9ed0a5f
Comment out SCSIDBG
2013-11-15 03:07:56 +01:00
twinaphex
9f45157331
(CDROM) Get rid of getopt.h header include - no reason to include this
2013-11-15 03:06:52 +01:00
twinaphex
ad27159bd0
(PSX spu_reverb.inc) Clamping
2013-11-08 07:15:34 +01:00
twinaphex
568d6f56c8
(PSX) Clamping
2013-11-08 06:58:46 +01:00
twinaphex
f6e4c0266c
Take out Silent_Blip_Buffer
2013-11-08 06:45:33 +01:00
twinaphex
fcd6c714a6
(Android) Fixed Mednafen PSX compile
2013-11-03 03:21:45 +01:00
twinaphex
e473f54023
(Android) Fix stuff so cores that need NEED_TREMOR and NEED_CD will
...
compile now again
2013-10-31 16:33:18 +01:00
twinaphex
e728fea62d
'Fixed' Android compilation of PCE core again - maister - please make
...
sure when you pull from upstream that you put the headers in the right
order again - can easily be tested by trying to compile ndk-build core=pce-fast - Ryphecha includes these files in an order that will break down with the
Android toolchain
2013-10-31 16:23:14 +01:00
Themaister
c9bc52731b
Disable skip BIOS by default.
...
It is reported to break SaGa Frontier when enabled.
Happens in vanilla Mednafen as well.
Should perhaps consider dropping the option entirely.
2013-10-30 15:25:08 +01:00
Lioncash
5777aee370
Fix a missing break in a case statement in snes/src/chip/superfx/disasm/disasm.cpp
2013-10-16 12:29:31 -04:00
Lioncash
5d0e3e0285
Fix a memory leak in pce_fast-0924/vdc.cpp.
...
Fix 4 out of bounds exceptions RGB_FIFO only has a size of 3, so accessing it at the third index is out of bounds.
2013-10-16 12:28:44 -04:00
Squarepusher
01fdcee209
Merge pull request #26 from pinumbernumber/fix-pal
...
Fix PAL PSX crashes due to insufficient framebuffer
2013-10-04 15:39:59 -07:00
pinumbernumber
19ab1b6b43
Fix framerate variable type
2013-10-01 14:09:27 +01:00
pinumbernumber
3a494ee6ca
Fix PAL PSX crashes due to insufficient framebuffer
2013-10-01 14:00:44 +01:00
Themaister
4954872605
Update libretro header.
2013-09-26 15:16:12 +02:00
Themaister
8faff95d73
Comment out debug spam.
2013-09-26 13:45:09 +02:00
Themaister
7cd015b1ac
Add rumble support.
...
Use dualshock instead of dualanalog. Hopefully won't break. :)
2013-09-26 13:42:08 +02:00
Themaister
8aa91fecdf
Explicitly log when PSX BIOS is missing.
...
FileStream doesn't have an open() call, so use exceptions.
2013-09-25 15:06:01 +02:00
twinaphex
73850f73bb
Do check_variables at end of retro_load_game for every Mednafen
...
core other than PSX
2013-09-24 00:26:50 +02:00
twinaphex
2569e910c0
Putting check_variables up front in retro_load_game was causing crash
...
issues for Mednafen NGP
2013-09-17 02:03:54 +02:00
twinaphex
87b5e6bece
(OSX) pthread flag for linker unneeded
2013-09-16 13:18:29 +02:00
twinaphex
a71e2d7fa2
Upgraded to Mednafen 0.9.32
2013-09-13 11:46:50 +02:00
Daniel De Matteis
33d3205140
(OSX) Fix compile by getting rid of -Wno-narrowing
2013-09-12 00:40:37 +02:00
Themaister
2d4d9078bd
Add CCD check.
2013-09-08 14:26:09 +02:00
Themaister
df08e74c93
Fix PCE build.
2013-09-08 13:44:40 +02:00
Themaister
377a85b857
Update PSX core to 0.9.31-wip.
2013-09-08 13:41:01 +02:00
Themaister
67a2d23ef4
Move v28 version to psx-0928.
2013-09-08 11:49:58 +02:00
twinaphex
74682ebac4
(NGP) Fixes input anomalies in Card Fighters and other games by reporting
...
more than 7 button (Card Fighters was hitting some kind of debug menu)
2013-08-10 03:46:37 +02:00
twinaphex
dc0dcf8eb9
(Android) Mednafen PSX compiles
2013-07-31 13:54:58 +02:00
twinaphex
3d5d316675
Fix TARGET_NAME for ARM target
2013-07-14 02:50:22 +02:00
twinaphex
c5d407cd00
Define IS_X86 to 0 for ARM targets
2013-07-14 02:43:04 +02:00
twinaphex
a8bef1ebba
(Makefile) Add RM target(s)
2013-07-14 02:41:32 +02:00
twinaphex
1b05a4b073
(PSX) Add some more core options
2013-05-24 20:39:17 +02:00
twinaphex
4c98fae545
Refactor settings.cpp implementation
2013-05-24 20:08:09 +02:00
twinaphex
164c9aecfb
(NGP) Added NGP core option - Language
2013-05-24 18:59:38 +02:00
twinaphex
4fd934cafa
Build fix for non-PCE cores
2013-05-24 18:21:37 +02:00
twinaphex
cc2f9eb7e8
(PCE Fast core) Add 'Keep Aspect' option
2013-05-24 17:37:36 +02:00
twinaphex
0092ac4c06
(Mednafen PCE Fast) Possibility to set CD speed, CDDA volume,
...
ADPCM value
2013-05-24 17:26:57 +02:00
twinaphex
b8c172f48f
(Mednafen PSX) Remove Tales of Phantasia hack - multitap is now disabled by default
...
- will auto-enable multitap for games that are multitap compatible for
convenience
2013-05-19 23:35:15 +02:00
twinaphex
162c4fe59c
(Mednafen PSX) Make multitap disabled the default - Team Buddies
...
was showing issues as well with it enabled by default
2013-05-19 23:33:53 +02:00
twinaphex
632358955d
Small build fix
2013-05-19 19:55:15 +02:00
twinaphex
73d51d4e8a
(Mednafen PSX) Make dithering a toggleable runtime core option
2013-05-19 17:08:29 +02:00
twinaphex
f901bc2bba
(Mednafen PSX) Tales of Phantasia needs multitap disabled otherwise
...
input will not work
2013-05-19 16:23:53 +02:00
Squarepusher
86ec354e4f
Merge pull request #17 from CatalystG/master
...
(BlackBerry) Add NDK build project.
2013-05-18 14:29:55 -07:00
twinaphex
0f30a07366
(Win32 Mingw) Patch up target names
2013-05-18 23:27:08 +02:00
twinaphex
fe8acbdcd7
Cleanup Makefile wrt static linking
2013-05-18 17:48:31 +02:00
twinaphex
e718436cf7
(iOS) Standardize target names
2013-05-18 03:51:57 +02:00