dolphin/Source/Core
ayuanx 66b1eb1f08 Does anyone know any game that requires the "Clear FIFO BP on Rising Edge"?
Because commenting out this behavior fixes Silent Hill Shattered Memories.

If this commit breaks any game, please report.

PS: There is a EnterCriticalSection in fifo.cpp, which performs the Read Access, but there is no EnterCriticalSection in CommandProcessor.cpp which performs the Write Access, so how can we guarantee the Write Access is atomic?


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4694 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-12-14 15:50:31 +00:00
..
AudioCommon Code cleanup, removed extern declaration in sound streams 2009-12-13 11:51:29 +00:00
Common My first commit :) 2009-11-24 17:10:38 +00:00
Core fix issue where loading wii game then loading gc game would cause garbage audio 2009-12-14 01:20:56 +00:00
DebuggerUICommon My first proud commit 2009-11-25 10:07:56 +00:00
DebuggerWX Fix a crash when dumping memory 2009-12-10 09:16:21 +00:00
DiscIO VolumeDirectory: fix issues with Read() that broke non-apploader mode 2009-12-14 05:27:29 +00:00
DolphinWX Fix a crash reported in r4671, plus a fix related to issue 1523 i forgot a month ago >.> 2009-12-11 00:03:56 +00:00
DSPCore DSPLLE stuff (2 new opcodes) 2009-12-08 22:44:11 +00:00
InputCommon Rearranged EmuWiimote & nJoy. Wow they can share one pad at the same time, and they also can be enabled/disabled separately. 2009-12-14 02:23:14 +00:00
VideoCommon Does anyone know any game that requires the "Clear FIFO BP on Rising Edge"? 2009-12-14 15:50:31 +00:00