mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Move more runloop.h includes
This commit is contained in:
parent
a911c24ba3
commit
5e10dbf348
@ -34,7 +34,10 @@
|
||||
#include "../driver.h"
|
||||
#include "../paths.h"
|
||||
#include "../retroarch.h"
|
||||
|
||||
#ifndef HAVE_MAIN
|
||||
#include "../runloop.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* main_exit:
|
||||
|
@ -22,9 +22,10 @@
|
||||
#include "../font_driver.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
#ifdef HAVE_D3D9
|
||||
#include "../include/d3d9/d3dx9core.h"
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "../drivers/d3d.h"
|
||||
|
||||
#include "../font_driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -18,13 +18,8 @@
|
||||
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../runloop.h"
|
||||
#endif
|
||||
|
||||
#include "../d3d/d3d.h"
|
||||
#include "../font_driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
#include "../drivers/d3d_shaders/font.hlsl.d3d9.h"
|
||||
|
||||
@ -630,7 +625,6 @@ static void xdk360_free_font(void *data)
|
||||
|
||||
static void xdk360_render_msg_post(xdk360_video_font_t * font)
|
||||
{
|
||||
/* Cache the global pointer into a register */
|
||||
LPDIRECT3DDEVICE d3dr = font->d3d->dev;
|
||||
|
||||
d3d_set_texture(d3dr, 0, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user