mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
(menu_video.c) Start using video_common.h typedefs here too
This commit is contained in:
parent
5a5e3951ff
commit
723fee32e1
@ -20,6 +20,8 @@
|
||||
#include "menu_setting.h"
|
||||
#include "menu_video.h"
|
||||
|
||||
#include "../gfx/video_common.h"
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
void menu_video_draw_frame(
|
||||
const shader_backend_t *shader,
|
||||
@ -55,7 +57,7 @@ void menu_video_frame_background(
|
||||
bool force_transparency)
|
||||
{
|
||||
struct gfx_coords coords;
|
||||
GLfloat color[16], black_color[16],
|
||||
GRfloat color[16], black_color[16],
|
||||
vertex[8], tex_coord[8];
|
||||
|
||||
global_t *global = global_get_ptr();
|
||||
|
Loading…
Reference in New Issue
Block a user