mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-27 21:42:40 +00:00
use dolphin-style typedefs in dsp-lle testing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2793 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
20b54fb71f
commit
57105f08d6
28 changed files with 687 additions and 701 deletions
|
@ -232,6 +232,6 @@ opc_t opcodes_ext[] =
|
|||
{"XXX", 0x0000, 0x0000, 1, 1, {{P_VAL, 1, 0, 0, 0x00ff}},},
|
||||
};
|
||||
|
||||
const uint32 opcodes_size = sizeof(opcodes) / sizeof(opc_t);
|
||||
const uint32 opcodes_ext_size = sizeof(opcodes_ext) / sizeof(opc_t);
|
||||
const u32 opcodes_size = sizeof(opcodes) / sizeof(opc_t);
|
||||
const u32 opcodes_ext_size = sizeof(opcodes_ext) / sizeof(opc_t);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue