mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(PT) Buildfix
This commit is contained in:
parent
e645772200
commit
b397c82cb3
@ -18,6 +18,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "../menu_hash.h"
|
#include "../menu_hash.h"
|
||||||
|
#include "../../configuration.h"
|
||||||
|
|
||||||
/* IMPORTANT:
|
/* IMPORTANT:
|
||||||
* For non-english characters to work without proper unicode support,
|
* For non-english characters to work without proper unicode support,
|
||||||
@ -25,7 +26,6 @@
|
|||||||
* If you save this file as UTF-8, you'll break non-english characters
|
* If you save this file as UTF-8, you'll break non-english characters
|
||||||
* (e.g. German "Umlauts" and Portugese diacritics).
|
* (e.g. German "Umlauts" and Portugese diacritics).
|
||||||
*/
|
*/
|
||||||
extern const char encoding_test[sizeof("áÁâãçéêíÍóõú")==12+1 ? 1 : -1];
|
|
||||||
|
|
||||||
const char *menu_hash_to_str_pt(uint32_t hash)
|
const char *menu_hash_to_str_pt(uint32_t hash)
|
||||||
{
|
{
|
||||||
@ -848,8 +848,6 @@ const char *menu_hash_to_str_pt(uint32_t hash)
|
|||||||
|
|
||||||
int menu_hash_get_help_pt(uint32_t hash, char *s, size_t len)
|
int menu_hash_get_help_pt(uint32_t hash, char *s, size_t len)
|
||||||
{
|
{
|
||||||
switch (hash)
|
|
||||||
{
|
|
||||||
uint32_t driver_hash = 0;
|
uint32_t driver_hash = 0;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user