mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-04 23:29:18 +00: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:
parent
230f17a639
commit
c6ea5b136f
2 changed files with 71 additions and 133 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue