mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Some LLE comments
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2495 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1238,6 +1238,10 @@ void dsp_opc_srbith(uint16 opc)
|
||||
g_dsp.r[R_SR] &= ~(1 << 14);
|
||||
break;
|
||||
|
||||
// FIXME: Both of these appear in the beginning of the Wind Waker
|
||||
//case 0xb:
|
||||
//case 0xc:
|
||||
|
||||
/* case 0xf: // SET16 // that doesnt happen on a real console
|
||||
g_dsp.r[R_SR] |= (1 << 14);
|
||||
break;*/
|
||||
|
Reference in New Issue
Block a user