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:22:09 +01:00
parent b6105555c5
commit 3b7eae2fa5

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 WSWAN_ROTATE_DISPLAY_LABEL_AR NULL