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 |
|
twinaphex
|
79e7422cd6
|
Update extensions
|
2013-05-01 00:03:33 +02:00 |
|
twinaphex
|
cfd7185713
|
(Mednafen PSX) Build fix for QNX (include <ctype.h> because tolower is used)
|
2013-04-30 16:40:00 +02:00 |
|
twinaphex
|
dd2e524f2f
|
(QNX) Update target filename
|
2013-04-30 06:54:41 +02:00 |
|
Themaister
|
4717ac85fa
|
Update MD5 checksum correctly.
|
2013-04-27 16:40:24 +02:00 |
|
Themaister
|
30babf07cc
|
Fix disk append/replace.
|
2013-04-27 15:48:36 +02:00 |
|
Themaister
|
3a42eeeafb
|
Fix dualanalog PSX.
|
2013-04-27 12:42:18 +02:00 |
|
Themaister
|
741e7ec9ce
|
Add m3u to allowed extensions (PSX).
|
2013-04-27 11:58:05 +02:00 |
|
twinaphex
|
209b3ceae3
|
(MSVC Xbox) Fix compilation of PCE Fast core by defining
WANT_THREADING
|
2013-04-12 15:52:37 +02:00 |
|
twinaphex
|
2def9362ab
|
Reimplement controls - don't spam SetInput on every frame -
rather update pointer - will later add runtime options for
changing controller types
|
2013-04-09 05:23:42 +02:00 |
|
twinaphex
|
c06d14969b
|
Add first runtime option to Mednafen core - Mednafen PCE_Fast -
pce_nospritelimit
|
2013-04-09 04:05:18 +02:00 |
|
twinaphex
|
c42ea98f06
|
Update libretro header
|
2013-04-08 02:36:51 +02:00 |
|
CatalystG
|
f1cf78f54a
|
(BlackBerry) Add NDK build project.
|
2013-04-06 10:40:07 -04:00 |
|