mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 03:30:45 +00:00
Rename render_chain_driver.h to render_chain_gl.h
This commit is contained in:
parent
3d667999ab
commit
871b1740a8
@ -33,7 +33,7 @@
|
||||
#include <string/stdstring.h>
|
||||
#include <libretro.h>
|
||||
|
||||
#include "gl_renderchains/render_chain_driver.h"
|
||||
#include "gl_renderchains/render_chain_gl.h"
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../record/record_driver.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "../../../verbosity.h"
|
||||
#include "../../common/gl_common.h"
|
||||
|
||||
#include "render_chain_driver.h"
|
||||
#include "render_chain_gl.h"
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../../video_thread_wrapper.h"
|
||||
|
Loading…
Reference in New Issue
Block a user