mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
940fa4b441
*Added Japanese UnicodeFix made by Rudolph (thanks) (you still need to compile with a japanese font.ttf to have it work) *Added missing languagevariables issue 517, issue 515, issue 519
12 lines
169 B
ArmAsm
12 lines
169 B
ArmAsm
# SJIS(CP932) -> UNICODE 変換テーブル指定 by Rudolph
|
|
|
|
.rodata
|
|
|
|
.globl sjis2unicode_tbl
|
|
|
|
.balign 32
|
|
|
|
sjis2unicode_tbl:
|
|
.incbin "../source/language/sjis2unicode.tbl"
|
|
|