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