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
+1 -1
View File
@@ -3,7 +3,7 @@
Import('env')
files = [
'Config.cpp',
'VideoConfig.cpp',
'GlobalControl.cpp',
'BPMemory.cpp',
'CPMemory.cpp',
@@ -19,7 +19,7 @@
#include "Common.h"
#include "IniFile.h"
#include "Config.h"
#include "VideoConfig.h"
#include "VideoCommon.h"
Config g_Config;
@@ -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_
+8 -8
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>
@@ -17,7 +17,7 @@
#include "BPFunctions.h"
#include "D3DBase.h"
#include "Config.h"
#include "VideoConfig.h"
#include "Common.h"
#include "TextureCache.h"
#include "VertexManager.h"
@@ -18,7 +18,7 @@
#include <d3dx9.h>
#include <string>
#include "Config.h"
#include "VideoConfig.h"
#include "D3DShader.h"
namespace D3D
@@ -19,7 +19,7 @@
#include "IniFile.h"
#include "Debugger.h"
#include "Config.h"
#include "VideoConfig.h"
#include "../Globals.h"
#include "../D3DBase.h"
@@ -23,7 +23,7 @@
#include "D3DBase.h"
#include "Config.h"
#include "VideoConfig.h"
#include "TextureCache.h"
@@ -2,7 +2,7 @@
#include <windows.h>
#include "../../Core/Src/Core.h"
#include "Config.h"
#include "VideoConfig.h"
#include "main.h"
#include "EmuWindow.h"
#include "Fifo.h"
+1 -1
View File
@@ -19,7 +19,7 @@
#define _GLOBALS_H_
#include "Common.h"
#include "Config.h"
#include "VideoConfig.h"
#include "main.h"
#include "VideoCommon.h"
@@ -20,7 +20,7 @@
#include "Statistics.h"
#include "Utils.h"
#include "Profiler.h"
#include "Config.h"
#include "VideoConfig.h"
#include "PixelShaderGen.h"
#include "PixelShaderManager.h"
#include "PixelShaderCache.h"
@@ -21,7 +21,7 @@
#include "Common.h"
#include "Statistics.h"
#include "Config.h"
#include "VideoConfig.h"
#include "main.h"
#include "VertexManager.h"
#include "Render.h"
@@ -22,7 +22,7 @@
#include "Statistics.h"
#include "Utils.h"
#include "Profiler.h"
#include "Config.h"
#include "VideoConfig.h"
#include "VertexShaderCache.h"
#include "VertexLoader.h"
#include "BPMemory.h"
+1 -1
View File
@@ -33,7 +33,7 @@ GFXDebuggerDX9 *m_DebuggerFrame = NULL;
#include "svnrev.h"
#include "resource.h"
#include "main.h"
#include "Config.h"
#include "VideoConfig.h"
#include "Fifo.h"
#include "OpcodeDecoding.h"
#include "TextureCache.h"
@@ -716,10 +716,6 @@
<Filter
Name="Decoder"
>
<File
RelativePath=".\Src\BPFunctions.cpp"
>
</File>
<File
RelativePath=".\Src\DLCache.cpp"
>
@@ -744,6 +740,10 @@
<Filter
Name="Render"
>
<File
RelativePath=".\Src\BPFunctions.cpp"
>
</File>
<File
RelativePath=".\Src\FramebufferManager.cpp"
>
@@ -18,7 +18,7 @@
#include "BPFunctions.h"
#include "Globals.h"
#include "Profiler.h"
#include "Config.h"
#include "VideoConfig.h"
#include "VertexManager.h"
#include "Render.h"
#include "TextureMngr.h"
@@ -19,7 +19,7 @@
#include "IniFile.h"
#include "Debugger.h"
#include "Config.h"
#include "VideoConfig.h"
#include "../Globals.h"
extern int g_Preset;
@@ -16,7 +16,7 @@
// http://code.google.com/p/dolphin-emu/
#include "Globals.h"
#include "Config.h"
#include "VideoConfig.h"
#include "IniFile.h"
#include "svnrev.h"
#include "Setup.h"
+1 -1
View File
@@ -18,7 +18,7 @@
#ifndef _GLINIT_H_
#define _GLINIT_H_
#include "Config.h"
#include "VideoConfig.h"
#include "MathUtil.h"
#include "pluginspecs_video.h"
@@ -24,7 +24,7 @@
#include "ConfigDlg.h"
#include "../Globals.h"
#include "Config.h"
#include "VideoConfig.h"
#include "../TextureMngr.h"
#include "VertexShaderManager.h"
#include "../PostProcessing.h"

Some files were not shown because too many files have changed in this diff Show More