mirror of
https://github.com/libretro/beetle-wswan-libretro.git
synced 2024-11-23 07:59:40 +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
b6105555c5
commit
3b7eae2fa5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user