From a59d54c56d9e744cc76162544273a9d0787799d3 Mon Sep 17 00:00:00 2001 From: gijs Date: Fri, 24 Nov 2023 13:15:16 +0100 Subject: [PATCH] Disable SHIFT-JIS decoding for now --- splat.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splat.yaml b/splat.yaml index b69ff85..0660831 100644 --- a/splat.yaml +++ b/splat.yaml @@ -22,8 +22,8 @@ options: # src_path: src # build_path: build extensions_path: tools/splat_ext - string_encoding: SHIFT-JIS - data_string_encoding: SHIFT-JIS + # string_encoding: SHIFT-JIS + # data_string_encoding: SHIFT-JIS # mips_abi_float_regs: o32 # section_order: [".text", ".data", "rodata", ".bss"] # auto_all_sections: [".data", "rodata", ".bss"]