DSP: Move the condition code stuff to a separate file.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2873 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-04-05 12:20:30 +00:00
parent 6eb6db21ce
commit 7368d712d6
6 changed files with 212 additions and 132 deletions

View File

@ -15,6 +15,7 @@ files = [
"DSPConfigDlgLLE.cpp",
"disassemble.cpp",
"gdsp_aram.cpp",
"gdsp_condition_codes.cpp",
"gdsp_ext_op.cpp",
"gdsp_interface.cpp",
"gdsp_interpreter.cpp",