hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.26k stars 2.17k forks source link

Some dependencies are getting really outdated #16559

Closed hrydgard closed 1 year ago

hrydgard commented 1 year ago

Will try to upgrade these after the 1.14 release process is done. Especially glslang, an IHV commented that the SPIR-V we're generating has some minor, well not quite issues, but things that there are better ways of doing.

Checklist:

There are also others that we might consider upgrading, though hardly critical:

unknownbrackets commented 1 year ago

I suppose I last updated some of these last year, forever in the world of bits and bytes. Probably not hard to update again, maybe worth looking at libzstd or xxhash.

-[Unknown]

hrydgard commented 1 year ago

Yeah I didn't mean to say those were really outdated, just that I spotted them when looking through the project, and to remind myself to go look at which ones actually do need updating. I think they're much lower priority anyway than glslang/SPIRV-Cross.