Common: Add Shift-JIS helpers

This commit is contained in:
Connor McLaughlin
2020-09-19 00:26:01 +10:00
parent f589865842
commit 70768c02af
5 changed files with 1606 additions and 0 deletions

View File

@ -73,6 +73,7 @@
<ClInclude Include="rectangle.h" />
<ClInclude Include="cd_subchannel_replacement.h" />
<ClInclude Include="scope_guard.h" />
<ClInclude Include="shiftjis.h" />
<ClInclude Include="state_wrapper.h" />
<ClInclude Include="string.h" />
<ClInclude Include="string_util.h" />
@ -128,6 +129,7 @@
<ClCompile Include="minizip_helpers.cpp" />
<ClCompile Include="null_audio_stream.cpp" />
<ClCompile Include="progress_callback.cpp" />
<ClCompile Include="shiftjis.cpp" />
<ClCompile Include="state_wrapper.cpp" />
<ClCompile Include="cd_xa.cpp" />
<ClCompile Include="string.cpp" />