mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 04:02:40 +00:00
Lots of FP hacking for little gain, super monkey ball is only slightly more sane (wow, it rhymed). Temporary no-speed-limit hack: Hold TAB.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@279 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0becaa3223
commit
f82bf2ae9a
25 changed files with 1107 additions and 861 deletions
|
@ -210,16 +210,6 @@ bool FifoCommandRunnable(void)
|
|||
|
||||
void Decode(void)
|
||||
{
|
||||
static int DecoderCount = 0;
|
||||
DecoderCount++;
|
||||
|
||||
if (DecoderCount == 0x0019c601)
|
||||
{
|
||||
int i = 0;
|
||||
}
|
||||
|
||||
// 0x0019c603 <- error
|
||||
|
||||
int Cmd = g_pDataReader->Read8();
|
||||
switch(Cmd)
|
||||
{
|
||||
|
@ -236,7 +226,6 @@ void Decode(void)
|
|||
|
||||
case GX_LOAD_XF_REG:
|
||||
{
|
||||
u32 test = PeekFifo32(0);
|
||||
u32 Cmd2 = g_pDataReader->Read32();
|
||||
|
||||
int dwTransferSize = ((Cmd2>>16)&15) + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue