mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
(RMenu) Minor cleanups
This commit is contained in:
parent
dbf8a62bd4
commit
e71851940f
@ -20,6 +20,8 @@
|
||||
#define ROM_PANEL_WIDTH 510
|
||||
#define ROM_PANEL_HEIGHT 20
|
||||
|
||||
#define HARDCODE_FONT_SIZE 21
|
||||
|
||||
#define POSITION_X m_menuMainRomListPos_x
|
||||
#define POSITION_X_CENTER (m_menuMainRomListPos_x + 350)
|
||||
#define POSITION_Y_START m_menuMainRomListPos_y
|
||||
|
@ -21,7 +21,6 @@
|
||||
#define DEVICE_CAST gl_t*
|
||||
#define input_ptr input_ps3
|
||||
#define video_ptr video_gl
|
||||
#define DEVICE_PTR device_ptr
|
||||
#define FONT_SIZE (g_console.menu_font_size)
|
||||
|
||||
#define NUM_ENTRY_PER_PAGE 15
|
||||
@ -29,8 +28,6 @@
|
||||
#define DEVICE_CAST xdk_d3d_video_t*
|
||||
#define input_ptr input_xinput
|
||||
#define video_ptr video_xdk_d3d
|
||||
#define DEVICE_PTR device_ptr
|
||||
#define HARDCODE_FONT_SIZE 21
|
||||
#define FONT_SIZE 21
|
||||
|
||||
#define NUM_ENTRY_PER_PAGE 12
|
||||
|
Loading…
x
Reference in New Issue
Block a user