mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
(XMB) Cleanups #1
This commit is contained in:
parent
a2c937347b
commit
761d2118f8
@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "../menu_entries_cbs.h"
|
#include "../menu_entries_cbs.h"
|
||||||
|
|
||||||
#include "../../gfx/video_thread_wrapper.h"
|
|
||||||
#include "../../gfx/font_driver.h"
|
|
||||||
#include "../../gfx/video_texture.h"
|
#include "../../gfx/video_texture.h"
|
||||||
|
|
||||||
#include "../../runloop_data.h"
|
#include "../../runloop_data.h"
|
||||||
@ -1005,9 +1003,9 @@ static void xmb_draw_items(xmb_handle_t *xmb, gl_t *gl,
|
|||||||
|
|
||||||
for (i = 0; i < end; i++)
|
for (i = 0; i < end; i++)
|
||||||
{
|
{
|
||||||
menu_entry_t entry;
|
|
||||||
float icon_x, icon_y;
|
float icon_x, icon_y;
|
||||||
char name[PATH_MAX_LENGTH], value[PATH_MAX_LENGTH];
|
char name[PATH_MAX_LENGTH], value[PATH_MAX_LENGTH];
|
||||||
|
menu_entry_t entry = {0};
|
||||||
GLuint texture_switch = 0;
|
GLuint texture_switch = 0;
|
||||||
GLuint icon = 0;
|
GLuint icon = 0;
|
||||||
xmb_node_t * node = (xmb_node_t*)file_list_get_userdata_at_offset(list, i);
|
xmb_node_t * node = (xmb_node_t*)file_list_get_userdata_at_offset(list, i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user