mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
Change d3d9.hpp to d3d.hpp
This commit is contained in:
parent
d1f8ee6132
commit
59fed065e9
@ -18,7 +18,7 @@
|
||||
#ifdef _XBOX
|
||||
#include "../../xdk/xdk_d3d.h"
|
||||
#else
|
||||
#include "../d3d9/d3d9.hpp"
|
||||
#include "../d3d9/d3d.hpp"
|
||||
#include "win32_common.h"
|
||||
#endif
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "d3d9.hpp"
|
||||
#include "d3d.hpp"
|
||||
#include "render_chain.hpp"
|
||||
#include "../../file.h"
|
||||
#include "../gfx_common.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef RENDER_CHAIN_HPP__
|
||||
#define RENDER_CHAIN_HPP__
|
||||
|
||||
#include "d3d9.hpp"
|
||||
#include "d3d.hpp"
|
||||
#include "../state_tracker.h"
|
||||
#include "../shader_parse.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../d3d9/d3d9.hpp"
|
||||
#include "../d3d9/d3d.hpp"
|
||||
#include "d3d_font.h"
|
||||
#include "../gfx_common.h"
|
||||
#include "../../general.h"
|
||||
|
Loading…
Reference in New Issue
Block a user