mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
begin merging Hermes patch to gcdsptool to the dsp lle-testing plugin
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2842 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -675,7 +675,7 @@ void nx(const UDSPInstruction& opc)
|
||||
|
||||
|
||||
// FIXME inside
|
||||
// TODO: add to opcode table
|
||||
// Hermes switched andf and andcf, so check to make sure they are still correct
|
||||
void andfc(const UDSPInstruction& opc)
|
||||
{
|
||||
if (opc.hex & 0xf)
|
||||
@ -699,6 +699,7 @@ void andfc(const UDSPInstruction& opc)
|
||||
}
|
||||
|
||||
// FIXME inside
|
||||
// Hermes switched andf and andcf, so check to make sure they are still correct
|
||||
void andf(const UDSPInstruction& opc)
|
||||
{
|
||||
u8 reg;
|
||||
|
Reference in New Issue
Block a user