mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Add a static assertion for the encoding.
This commit is contained in:
parent
0f315f472e
commit
c9ae127bc9
@ -28,6 +28,7 @@
|
||||
* If you save this file as UTF-8, you'll break non-english characters
|
||||
* (e.g. German "Umlauts" and Portugese diacritics).
|
||||
*/
|
||||
extern const char encoding_test[sizeof("ø")==2 ? 1 : -1];
|
||||
|
||||
static const char *menu_hash_to_str_spanish(uint32_t hash)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user