mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
(D3D) Rename render_chain.h to render_chain_driver.h
This commit is contained in:
parent
44894e608b
commit
86a35ea9a9
@ -21,10 +21,10 @@
|
||||
#endif
|
||||
|
||||
#include "d3d.h"
|
||||
#include "render_chain.h"
|
||||
#include "../video_viewport.h"
|
||||
#include "../video_monitor.h"
|
||||
#include "../../runloop.h"
|
||||
#include "render_chain_driver.h"
|
||||
|
||||
#ifndef _XBOX
|
||||
#include "../drivers_wm/win32_common.h"
|
||||
|
@ -16,9 +16,7 @@
|
||||
|
||||
#include "d3d.h"
|
||||
#include "d3d_wrapper.h"
|
||||
#ifndef _XBOX
|
||||
#include "render_chain.h"
|
||||
#endif
|
||||
#include "render_chain_driver.h"
|
||||
|
||||
void d3d_swap(void *data, LPDIRECT3DDEVICE dev)
|
||||
{
|
||||
|
@ -14,11 +14,11 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "render_chain.h"
|
||||
#include <string.h>
|
||||
#include <retro_inline.h>
|
||||
#include <Cg/cg.h>
|
||||
#include <Cg/cgD3D9.h>
|
||||
#include "render_chain_driver.h"
|
||||
|
||||
struct lut_info
|
||||
{
|
||||
|
@ -14,9 +14,9 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "render_chain.h"
|
||||
#include <string.h>
|
||||
#include <retro_inline.h>
|
||||
#include "render_chain_driver.h"
|
||||
|
||||
typedef struct xdk_renderchain
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user