mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 15:32:01 +00:00
Weird regression fixed
This commit is contained in:
parent
3ea560d516
commit
91b40523bd
@ -20,7 +20,6 @@
|
||||
#include <boolean.h>
|
||||
#include "libretro.h"
|
||||
#include "driver.h"
|
||||
#include "gfx/video_driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <stdint.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include "driver.h"
|
||||
#include "gfx/video_driver.h"
|
||||
|
||||
#ifndef MAX_USERS
|
||||
#define MAX_USERS 16
|
||||
|
1
driver.h
1
driver.h
@ -29,6 +29,7 @@
|
||||
|
||||
#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 "video_driver.h"
|
||||
#include "../driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user