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

@ -26,7 +26,7 @@
#include <cmath>
#include "Statistics.h"
#include "Config.h"
#include "VideoConfig.h"
#include "ImageWrite.h"
#include "Common.h"
#include "Render.h"