duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

shiftjis.h (74B)


      1 #pragma once
      2 
      3 void sjis2ascii(char* bData);
      4 char* sjis2utf8(char* input);