Commit Graph

190 Commits

Author SHA1 Message Date
twinaphex
cfd7185713 (Mednafen PSX) Build fix for QNX (include <ctype.h> because tolower is used) 2013-04-30 16:40:00 +02:00
Themaister
30babf07cc Fix disk append/replace. 2013-04-27 15:48:36 +02:00
twinaphex
c06d14969b Add first runtime option to Mednafen core - Mednafen PCE_Fast -
pce_nospritelimit
2013-04-09 04:05:18 +02:00
Themaister
106f7e8c80 Merge branch 'cd-swap' of git://github.com/libretro/mednafen-libretro
Conflicts:
	mednafen/psx/psx.cpp
2013-03-09 10:08:36 +01:00
twinaphex
101551dc2a Swapped MDFN_UNLIKELY and MDFN_LIKELY second params 2013-03-02 16:22:59 +01:00
twinaphex
8196858fab Reimplement MDFN_WARN_UNUSED, MDFN_LIKELY, MDFN_UNLIKELY 2013-03-02 08:39:58 +01:00
twinaphex
ebd65de110 Implement stubs for MDFN_LIKELY/MDFN_UNLIKELY - never really got much
of a performance gain with expect anyway - so no-ops are probaby fine
2013-03-02 08:31:04 +01:00
twinaphex
144c77cbdd (Mednafen VB) Another build fix - yes, INLINE is already defined
but it's still a pain in the ass for this included file
2013-03-01 19:15:44 +01:00
twinaphex
d6904b7a82 (MSVC Xbox) Build fix 2013-03-01 19:07:31 +01:00
twinaphex
b1b2d1778e (MSVC Mednafen VB) Do opcode table switch on 'opcode' 2013-03-01 16:06:27 +01:00
twinaphex
8c177a013f (psx - cdc) Reinsert edc_lec_check_correct - mutates buffer 2013-02-24 21:40:31 +01:00
twinaphex
94316fc699 (cdromif) Gets rid of excessive throwing 2013-02-24 19:21:50 +01:00
twinaphex
6f980477b3 (psx/cdromif) Tweaks 2013-02-24 18:25:24 +01:00
twinaphex
3bf0375748 Revert "(PSX GPU) Tweaks"
This reverts commit cb49967566.
2013-02-24 06:05:22 +01:00
twinaphex
013bbf126b Revert "(PSX) GPU tweaks"
This reverts commit 54bf41803f.
2013-02-24 06:02:11 +01:00
twinaphex
5a092227b0 Revert "(PSX) CPU tweaks"
This reverts commit f1402d196c.
2013-02-24 05:58:18 +01:00
twinaphex
f1402d196c (PSX) CPU tweaks 2013-02-24 05:16:10 +01:00
twinaphex
1b30e1ee05 (PSX) Faster SPU clamping 2013-02-24 05:06:15 +01:00
twinaphex
54bf41803f (PSX) GPU tweaks 2013-02-24 04:54:24 +01:00
twinaphex
9459108553 Remove PSX_EVENT_SYSTEM_CHECKS 2013-02-24 04:45:07 +01:00
twinaphex
cb49967566 (PSX GPU) Tweaks 2013-02-24 04:38:11 +01:00
twinaphex
6dc137a2cc (libretro) GPU tweaks 2013-02-24 04:32:44 +01:00
twinaphex
cc465d8b5d (psx) Cleanup psx.cpp 2013-02-24 04:26:18 +01:00
twinaphex
47a4c3cae1 Fix blanking 2013-02-24 04:22:19 +01:00
twinaphex
f9b0accd14 Make macros out of MAKECOLOR - and use them 2013-02-24 03:49:06 +01:00
Themaister
9d39bee8f5 Merge branch 'master' into cd-swap 2013-02-24 02:13:28 +01:00
twinaphex
50fc189325 Take out SPU resampler again 2013-02-24 02:12:06 +01:00
Themaister
7076c6aded Fix segfault in PSX. 2013-02-24 01:05:57 +01:00
Themaister
e31018a1ec Fix segfault in PSX. 2013-02-24 01:02:42 +01:00
Themaister
137613a112 Merge branch 'master' into cd-swap 2013-02-24 00:26:17 +01:00
Themaister
1b52fddc2b Ensure static, fixes potential breakage. 2013-02-24 00:25:50 +01:00
twinaphex
c7c6f14191 Add threading code 2013-02-24 00:17:09 +01:00
Themaister
0800b1996a Fix excessive printf stuff. 2013-02-23 23:27:49 +01:00
Themaister
e646400c49 Fix excessive printf stuff. 2013-02-23 23:27:25 +01:00
Themaister
448ba98833 Fix Win32 build. 2013-02-23 12:16:57 +01:00
Themaister
d52a01847c Fix Win32 build. 2013-02-23 12:16:38 +01:00
Themaister
40e6680e50 Add MKDIR defines. 2013-02-23 11:38:32 +01:00
Themaister
6e309e61da Add MKDIR defines. 2013-02-23 11:37:58 +01:00
Themaister
4cddd56fc7 Merge branch 'master' into cd-swap
Conflicts:
	mednafen/psx/psx.cpp
2013-02-23 11:34:04 +01:00
Themaister
232c1e2f3c Reenable fastboot. 2013-02-23 11:31:05 +01:00
Themaister
0aa852ea3c Update PSX core v0.9.28. 2013-02-23 11:25:17 +01:00
Themaister
701ce4f9dd Add very crude disk swapping.
Needs to be written more cleanly. Here as a POC.
2013-02-21 23:44:41 +01:00
twinaphex
700daa08d6 (VB Core) Small fix 2013-01-19 19:30:41 +01:00
twinaphex
be2eff31aa (VB) Add Xbox 1 solution 2013-01-19 19:27:10 +01:00
twinaphex
e36c36a84b (Wswan) Add MSVC 2003 Xbox 1 solution + make Wswan core compatible 2013-01-19 18:54:52 +01:00
twinaphex
97d0f922cd Remove gettext_noop from cores 2013-01-19 18:27:27 +01:00
twinaphex
1ca11787c6 (MSVC 2003 Xbox 1) Make PCE core Xbox 1-compatible 2013-01-19 18:13:54 +01:00
twinaphex
cd8c69561b Small cleanup to general.cpp 2013-01-19 10:41:48 +01:00
twinaphex
6da3ddfcd6 Remove reliance on PSS_STYLE 2013-01-19 10:22:57 +01:00
twinaphex
c2cc9e28a9 Cleanups 2013-01-17 23:28:05 +01:00