mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49: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:
@ -19,7 +19,7 @@
|
||||
|
||||
#include "IniFile.h" // Common files
|
||||
|
||||
#include "Config.h" // Config settings
|
||||
#include "../Config.h" // Config settings
|
||||
|
||||
#include "PBView.h" // Debugger files
|
||||
#include "Debugger.h"
|
||||
@ -479,4 +479,4 @@ void CDebugger::NotifyUpdate()
|
||||
m_GPRListView->Update();
|
||||
}
|
||||
}
|
||||
// ==============
|
||||
// ==============
|
||||
|
Reference in New Issue
Block a user