mirror of
https://github.com/libretro/RetroArch
synced 2025-03-05 19:13:45 +00:00
Move #pragma code_page(932)
into rarch.rc
, as #pragma code_page
is ignored for included files. Fixes locale problems for Japanese resources.
This commit is contained in:
parent
1faaf68d9d
commit
64a43dd280
@ -102,4 +102,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
2 RT_MANIFEST "rarch.manifest"
|
||||
|
||||
// Per the documentation, this should be used before including resource files.
|
||||
// https://docs.microsoft.com/en-us/windows/desktop/menurc/pragma-directives
|
||||
#pragma code_page(932)
|
||||
#include "rarch_ja.rc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user