Support glslang-12
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 14.5k
- Forks
- 2.6k
- Avg merge
- 15h 17m
- Merged PRs (30d)
- 143
Description
Game or games this happens in
None
What area of the game / PPSSPP
$ ldd /usr/lib64/libretro/ppsspp_libretro.so
libglslang.so.11 => not found
What should happen
libglslang.so.12 => /usr/lib64/libglslang.so.12
Or, should I find a way to use built-in glslang?
Logs
No response
Platform
libretro / Retroarch
Mobile phone model or graphics card
Not relevant
PPSSPP version affected
1.14.4
Last working version
No response
Graphics backend (3D API)
OpenGL / GLES
Checklist
- Test in the latest git build in case it's already fixed.
- Search for other reports of the same issue.
- Try resetting settings or older versions and include if the issue is related.
- Try without any cheats and without loading any save states.
- Include logs or screenshots of issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the libretro shared object declares its glslang dependency, using the reported ldd output as the reproduction. Confirm support for glslang-12 or the built-in glslang alternative, then verify that the resulting libretro shared object resolves the dependency without libglslang.so.11.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100