Enable the SET40 sign extension stuff.
Try to separate the "core" from the "interpreter" logically, a little bit. It's still a bit of a fuzzy border. 

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3128 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-05-01 20:06:24 +00:00
parent dfb5fef792
commit 2352cf0fed
18 changed files with 363 additions and 293 deletions

View File

@ -17,7 +17,7 @@ files = [
"DSPJit.cpp",
"DSPCodeUtil.cpp",
"LabelMap.cpp",
# "DSPHost.cpp",
"DSPCore.cpp",
"DSPTables.cpp",
]