mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
(GX) Move bitmap font header inclusion into rmenu_gx.c
This commit is contained in:
parent
5f398be410
commit
1a2a620f61
@ -17,6 +17,8 @@
|
||||
#include "rmenu.h"
|
||||
#include "rgui.h"
|
||||
|
||||
#include "../../gfx/fonts/bitmap.h"
|
||||
|
||||
uint16_t menu_framebuf[400 * 240];
|
||||
|
||||
static const struct retro_keybind _gx_nav_binds[] = {
|
||||
|
@ -22,10 +22,6 @@
|
||||
|
||||
#include "platform_inl.h"
|
||||
|
||||
#ifndef IS_SALAMANDER
|
||||
#include "../../gfx/fonts/bitmap.h"
|
||||
#endif
|
||||
|
||||
#include "../../console/rarch_console.h"
|
||||
#include "../../console/rarch_console_input.h"
|
||||
#include "../../console/rarch_console_settings.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user