mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
compile fixes linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1236 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -15,6 +15,8 @@ files = [
|
|||||||
'PCHW/Mixer.cpp',
|
'PCHW/Mixer.cpp',
|
||||||
'Debugger/Debugger.cpp',
|
'Debugger/Debugger.cpp',
|
||||||
'Debugger/PBView.cpp',
|
'Debugger/PBView.cpp',
|
||||||
|
'Debugger/Mails.cpp',
|
||||||
|
'Debugger/Blocks.cpp',
|
||||||
'Logging/Logging.cpp',
|
'Logging/Logging.cpp',
|
||||||
'Logging/Console.cpp',
|
'Logging/Console.cpp',
|
||||||
'UCodes/UCode_AX.cpp',
|
'UCodes/UCode_AX.cpp',
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "IniFile.h" // Common files
|
#include "IniFile.h" // Common files
|
||||||
|
|
||||||
#include "Config.h" // Config settings
|
#include "../Config.h" // Config settings
|
||||||
|
|
||||||
#include "PBView.h" // Debugger files
|
#include "PBView.h" // Debugger files
|
||||||
#include "Debugger.h"
|
#include "Debugger.h"
|
||||||
@ -479,4 +479,4 @@ void CDebugger::NotifyUpdate()
|
|||||||
m_GPRListView->Update();
|
m_GPRListView->Update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ==============
|
// ==============
|
||||||
|
Reference in New Issue
Block a user