More UCode RE. Move MemoryView to DebuggerUICommon.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3762 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-07-12 10:08:59 +00:00
parent f324d4b27d
commit b363b2ddc8
7 changed files with 225 additions and 129 deletions

View File

@ -4,6 +4,7 @@ Import('env')
files = [
'CodeView.cpp',
'MemoryView.cpp',
'DebuggerUIUtil.cpp',
]