mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
change src to Src
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@604 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1ecfba6692
commit
3a130d4263
28 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ include_paths = [
|
||||||
'../../../PluginSpecs',
|
'../../../PluginSpecs',
|
||||||
'../../../',
|
'../../../',
|
||||||
'../../../Core/Core/Src',
|
'../../../Core/Core/Src',
|
||||||
'../../../Core/DebuggerWX/src',
|
'../../../Core/DebuggerWX/Src',
|
||||||
'../../../../Externals/Bochs_disasm',
|
'../../../../Externals/Bochs_disasm',
|
||||||
'../../../../Externals/LZO',
|
'../../../../Externals/LZO',
|
||||||
'../../../Core/VideoCommon/Src',
|
'../../../Core/VideoCommon/Src',
|
||||||
|
@ -61,7 +61,7 @@ dirs = [
|
||||||
'Externals/LZO',
|
'Externals/LZO',
|
||||||
'Source/Core/Core/Src',
|
'Source/Core/Core/Src',
|
||||||
'Source/Core/DiscIO/Src',
|
'Source/Core/DiscIO/Src',
|
||||||
'Source/Core/DebuggerWX/src',
|
'Source/Core/DebuggerWX/Src',
|
||||||
'Source/Core/VideoCommon/Src',
|
'Source/Core/VideoCommon/Src',
|
||||||
'Source/Plugins/Plugin_VideoOGL/Src',
|
'Source/Plugins/Plugin_VideoOGL/Src',
|
||||||
'Source/Plugins/Plugin_DSP_HLE/Src',
|
'Source/Plugins/Plugin_DSP_HLE/Src',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue