hrydgard / hrydgard/ppsspp

Support glslang-12

Open
#17,153 9 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.