ShendoXT / memcardrex

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

Fixes for cross-platform #52

Closed robxnano closed 2 months ago

robxnano commented 2 months ago

I made a mistake while rebasing the last pull request. This should fix it, and also get rid of some warnings about functions being only available on Windows while building the Windows project.

ShendoXT commented 2 months ago

Awesome. I noticed that the project was unable to compile due to ps1card class being private and some issues with the shift-jis encoding. Glad that it's fixed.

I also checked out your linux version, very nice, I'm impressed, keep up a good work. What are you using to design the interface, some designer or are you doing it by hand? mcrx linux

robxnano commented 2 months ago

Yeah, I do it all by hand. There is an editor called Cambalache which can handle the .ui files, but I generally find the manual approach easier, at least when the layouts are relatively simple.