(nothing of value, just reindentation and removal of commented out includes. i'm just cleaning my svn client here)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4808 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ddcb39d8e3
commit
1bca5e8c86
|
@ -20,6 +20,7 @@
|
|||
|
||||
namespace DiscIO
|
||||
{
|
||||
|
||||
DriveReader::DriveReader(const char *drive)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
|
@ -137,4 +138,5 @@ namespace DiscIO
|
|||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "../TextureMngr.h"
|
||||
#include "VertexShaderManager.h"
|
||||
#include "../PostProcessing.h"
|
||||
//#include "GlobalControl.h"
|
||||
#include "Render.h"
|
||||
|
||||
#include "FileUtil.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <mmsystem.h>
|
||||
#endif
|
||||
|
||||
//#include "GlobalControl.h"
|
||||
#include "CommonPaths.h"
|
||||
#include "VideoConfig.h"
|
||||
#include "Profiler.h"
|
||||
|
|
Loading…
Reference in New Issue