mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Put back the static assertion b397c82 removed.
This commit is contained in:
parent
e20243613e
commit
bb41da24e3
@ -28,7 +28,8 @@
|
|||||||
* 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("äÄöÖßüÜ")==7+1 ? 1 : -1];
|
/* DO NOT REMOVE THIS. If it causes build failure, it's because you saved the file as UTF-8. Read the above comment. */
|
||||||
|
extern const char force_iso_8859_1[sizeof("äÄöÖßüÜ")==7+1 ? 1 : -1];
|
||||||
|
|
||||||
const char *menu_hash_to_str_de(uint32_t hash)
|
const char *menu_hash_to_str_de(uint32_t hash)
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,8 @@
|
|||||||
* 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("àéÉèêô")==6+1 ? 1 : -1];
|
/* DO NOT REMOVE THIS. If it causes build failure, it's because you saved the file as UTF-8. Read the above comment. */
|
||||||
|
extern const char force_iso_8859_1[sizeof("àéÉèêô")==6+1 ? 1 : -1];
|
||||||
|
|
||||||
const char *menu_hash_to_str_fr(uint32_t hash)
|
const char *menu_hash_to_str_fr(uint32_t hash)
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
* 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).
|
||||||
*/
|
*/
|
||||||
|
/* DO NOT REMOVE THIS. If it causes build failure, it's because you saved the file as UTF-8. Read the above comment. */
|
||||||
|
extern const char force_iso_8859_1[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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user