mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2024-11-26 18:01:38 +00:00
Fix build problems due to removal of the Hebrew localisation
The Hebrew language was erroneously removed on Crowdin - right before the sync script ran. This lead to build errors, as some requires variables suddenly became undefined. This PR replaces these variables with dummies to enable building the core again.
This commit is contained in:
parent
20c9dcc8c7
commit
9f1f5cbad2
@ -37,6 +37,12 @@ extern "C" {
|
||||
* Core Option Definitions
|
||||
********************************
|
||||
*/
|
||||
struct retro_core_option_v2_category option_cats_he[] = {};
|
||||
struct retro_core_option_v2_definition option_defs_he[] = {};
|
||||
struct retro_core_options_v2 options_he = {
|
||||
option_cats_he,
|
||||
option_defs_he
|
||||
};
|
||||
/* RETRO_LANGUAGE_AR */
|
||||
|
||||
#define LYNX_ROT_SCREEN_LABEL_AR NULL
|
||||
|
Loading…
Reference in New Issue
Block a user