ShendoXT / memcardrex

Advanced PlayStation 1 Memory Card editor
GNU General Public License v3.0
424 stars 53 forks source link

Windows HiDPI support, .vmp and .psv saving, some other improvements #22

Closed robxnano closed 3 years ago

robxnano commented 3 years ago

At first I just wanted to add support for high DPI displays, but then I found I could make some other improvements. The .vmp and .psv saving uses a port of dots-tb's save resigner: https://github.com/dots-tb/vita-mcr2vmp I also made a better converter for Shift-JIS save titles which makes the ASCII/UTF-16 option redundant, and fixed some other bugs. Hopefully this will be acceptable to merge into your project.

ShendoXT commented 3 years ago

Thank you very much. Will check it out