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:
DisasterMo 2023-01-06 23:17:30 +01:00
parent 20c9dcc8c7
commit 9f1f5cbad2

View File

@ -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