Rename Config.cpp/h to VideoConfig.cpp/h.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4260 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-09-13 09:23:30 +00:00
parent 3ff95019b7
commit 2d93c654f0
30 changed files with 43 additions and 45 deletions

View File

@ -3,7 +3,7 @@
Import('env')
files = [
'Config.cpp',
'VideoConfig.cpp',
'GlobalControl.cpp',
'BPMemory.cpp',
'CPMemory.cpp',

View File

@ -19,7 +19,7 @@
#include "Common.h"
#include "IniFile.h"
#include "Config.h"
#include "VideoConfig.h"
#include "VideoCommon.h"
Config g_Config;

View File

@ -22,8 +22,8 @@
// at the start of every frame. Noone should ever change members of g_ActiveConfig
// directly.
#ifndef _PLUGIN_VIDEOOGL_CONFIG_H_
#define _PLUGIN_VIDEOOGL_CONFIG_H_
#ifndef _PLUGIN_VIDEO_CONFIG_H_
#define _PLUGIN_VIDEO_CONFIG_H_
#include "Common.h"
#include "VideoCommon.h"
@ -140,4 +140,4 @@ void UpdateActiveConfig();
void ComputeDrawRectangle(int backbuffer_width, int backbuffer_height, bool flip, TargetRectangle *rc);
#endif // _PLUGIN_VIDEOOGL_CONFIG_H_
#endif // _PLUGIN_VIDEO_CONFIG_H_

View File

@ -689,14 +689,6 @@
>
</File>
</Filter>
<File
RelativePath=".\Src\Config.cpp"
>
</File>
<File
RelativePath=".\Src\Config.h"
>
</File>
<File
RelativePath=".\Src\GlobalControl.cpp"
>
@ -725,6 +717,14 @@
RelativePath=".\Src\VideoCommon.h"
>
</File>
<File
RelativePath=".\Src\VideoConfig.cpp"
>
</File>
<File
RelativePath=".\Src\VideoConfig.h"
>
</File>
</Files>
<Globals>
</Globals>