gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
783 stars 182 forks source link

Game titles no longer being processed correctly #2772

Open Searinox opened 1 year ago

Searinox commented 1 year ago

Most titles appear as either "D" or "E" under current title. This isn't just a window display error - attempting to save any game custom settings saves them as [D] or [E] in the GlideN64 custom ini, also because games are being misidentified their custom settings from the custom ini are not being loaded correctly. Emulator is Project64 x32.

image

Jj0YzL5nvJ commented 1 year ago

It looks like a WTL version issue...

gonetz commented 3 months ago

It looks like a WTL version issue...

Yes, I can't reproduce it with QT config dialog.

Squall-Leonhart commented 2 months ago

caused by https://github.com/gonetz/GLideN64/commit/60a36e21aad8f0802149fc13b3dd63b70f047dc9

This either needs to be backed out, adjusted so it only affects Qt builds, or wtl changed so this sharedini crap isn't overloading it.