Commit Graph

294 Commits

Author SHA1 Message Date
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
twinaphex
e86e6de5eb (Android - Mednafen PCE) Fix build by defining NEED_THREADING 2013-03-30 07:49:23 +01:00
twinaphex
5879fa4c4f (QNX) Fix build for C++ 2013-03-29 16:40:42 +01:00
twinaphex
f0c90fcc9f (Blackberry) Add QNX Makefile target 2013-03-25 07:43:00 +01:00
twinaphex
1f1501e9d1 Fix build - eject_state only defined for WANT_PSX 2013-03-18 03:15:18 +01:00
Squarepusher
9a2016c04f Merge pull request #16 from meancoot/master
iOS build target
2013-03-17 17:11:08 -07:00
meancoot
db9e046c3c Add iOS build target 2013-03-17 19:08:03 -04:00
Themaister
ad7c4767e5 Fix when info == NULL for disk replace. 2013-03-09 10:31:20 +01:00
Themaister
e798bba27e Add replace/add interfaces for cdswap. 2013-03-09 10:24:29 +01:00
Themaister
090b5b2af7 Update libretro.h. 2013-03-09 10:08:54 +01: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
94cd7d1559 (PS3) Add system timer sleep for PS3 - for MDFND_Sleep - PS3
port should now compile and link again
2013-03-01 17:49:50 +01:00
twinaphex
b1b2d1778e (MSVC Mednafen VB) Do opcode table switch on 'opcode' 2013-03-01 16:06:27 +01:00
Themaister
d8c035db2a Implement optional overscan cropping for PSX. 2013-02-25 20:39:39 +01:00
Themaister
66100a4a13 Comment logging. 2013-02-25 19:38:23 +01:00
Themaister
5f6b43ed31 Add more width fixes for PSX. 2013-02-25 19:27:33 +01:00
Themaister
9564745588 Add special casing for PSX. 2013-02-25 09:38:53 +01:00
twinaphex
0ab3ca8822 Set framebuffer width back to 680 - fixes Soul Blade/Toshinden 1
screen
2013-02-24 22:54:25 +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
983ab87171 Fix Win32 build. 2013-02-24 01:50:33 +01:00
Themaister
22c169830e Fix Win32 build. 2013-02-24 01:50:12 +01:00
Themaister
791fd19b46 Merge branch 'master' into cd-swap 2013-02-24 01:06:11 +01:00