mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
Header include changes
This commit is contained in:
parent
e735f84baa
commit
1fcf63735f
@ -20,6 +20,7 @@
|
||||
#include <boolean.h>
|
||||
#include "libretro.h"
|
||||
#include "driver.h"
|
||||
#include "gfx/video_driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
@ -18,7 +18,10 @@
|
||||
#define __RARCH_CONFIGURATION_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#include "gfx/video_driver.h"
|
||||
#include "driver.h"
|
||||
|
||||
#ifndef MAX_USERS
|
||||
|
1
driver.h
1
driver.h
@ -29,7 +29,6 @@
|
||||
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "ui/ui_companion_driver.h"
|
||||
#include "gfx/video_driver.h"
|
||||
#include "gfx/font_renderer_driver.h"
|
||||
|
||||
#include "camera/camera_driver.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <boolean.h>
|
||||
|
||||
#include "../driver.h"
|
||||
#include "video_driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
|
@ -198,7 +198,6 @@ typedef struct video_driver
|
||||
unsigned (*wrap_type_to_enum)(enum gfx_wrap_type type);
|
||||
} video_driver_t;
|
||||
|
||||
|
||||
enum aspect_ratio
|
||||
{
|
||||
ASPECT_RATIO_4_3 = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user