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

@@ -102,6 +102,7 @@
<ClInclude Include="minizip_helpers.h" />
<ClInclude Include="win32_progress_callback.h" />
<ClInclude Include="make_array.h" />
<ClInclude Include="shiftjis.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="jit_code_buffer.cpp" />
@@ -196,6 +197,7 @@
<ClCompile Include="cd_image_memory.cpp" />
<ClCompile Include="minizip_helpers.cpp" />
<ClCompile Include="win32_progress_callback.cpp" />
<ClCompile Include="shiftjis.cpp" />
</ItemGroup>
<ItemGroup>
<Natvis Include="bitfield.natvis" />