mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
DiscIO:Fix the includes up Dolphin should now compile.
D3D and OGL: A minute clean up with texture dumping git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4199 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
81c4982a0a
commit
0ccd9d1e8f
3 changed files with 12 additions and 8 deletions
|
@ -19,18 +19,20 @@
|
|||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Include
|
||||
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
|
||||
#include "stdafx.h"
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
#include "Common.h" // Common
|
||||
#include "IniFile.h"
|
||||
#include "LogManager.h"
|
||||
|
||||
#include "ConfigManager.h"
|
||||
#include "../../DiscIO/Src/FileSystemGCWii.h"
|
||||
#include "../../DiscIO/Src/VolumeCreator.h"
|
||||
#include "..\..\core\src\ConfigManager.h"
|
||||
#include "FileSystemGCWii.h"
|
||||
#include "VolumeCreator.h"
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue