mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Merge pull request #7590 from kwyxz/master
Quick fix for "multiple definitions of osk_dark" in Ozone
This commit is contained in:
commit
ca29032e1b
@ -57,7 +57,7 @@ RETRO_BEGIN_DECLS
|
||||
#define MENU_SETTINGS_CHEEVOS_START 0x40000
|
||||
#define MENU_SETTINGS_NETPLAY_ROOMS_START 0x80000
|
||||
|
||||
float osk_dark[16];
|
||||
extern float osk_dark[16];
|
||||
|
||||
enum menu_image_type
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user