mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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:
@@ -419,6 +419,14 @@
|
||||
RelativePath=".\Src\DebuggerUIUtil.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Src\MemoryView.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Src\MemoryView.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Src\SConscript"
|
||||
>
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
// Official SVN repository and contact information can be found at
|
||||
// http://code.google.com/p/dolphin-emu/
|
||||
|
||||
#include "Debugger.h"
|
||||
#include "DebuggerUIUtil.h"
|
||||
#include "Common.h"
|
||||
|
||||
#include "MemoryView.h"
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
#ifndef MEMORYVIEW_H_
|
||||
#define MEMORYVIEW_H_
|
||||
|
||||
#include "Debugger.h"
|
||||
#include "DebuggerUIUtil.h"
|
||||
#include "Common.h"
|
||||
#include "DebugInterface.h"
|
||||
|
||||
@@ -4,6 +4,7 @@ Import('env')
|
||||
|
||||
files = [
|
||||
'CodeView.cpp',
|
||||
'MemoryView.cpp',
|
||||
'DebuggerUIUtil.cpp',
|
||||
]
|
||||
|
||||
|
||||
@@ -426,14 +426,6 @@
|
||||
RelativePath=".\src\BreakpointView.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\MemoryView.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\MemoryView.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\RegisterView.cpp"
|
||||
>
|
||||
|
||||
@@ -12,7 +12,6 @@ files = [
|
||||
"CodeWindow.cpp",
|
||||
"CodeWindowSJP.cpp",
|
||||
"MemoryCheckDlg.cpp",
|
||||
"MemoryView.cpp",
|
||||
"MemoryWindow.cpp",
|
||||
"RegisterWindow.cpp",
|
||||
"RegisterView.cpp",
|
||||
|
||||
+214
-118
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user