mirror of
https://github.com/libretro/beetle-wswan-libretro.git
synced 2024-11-23 07:59:40 +00:00
Merge pull request #94 from DisasterMo/crowdin-sync
Fix build problems due to removal of the Hebrew localisation
This commit is contained in:
commit
6f5734f3e1
@ -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