Quang Ngô

Results 53 comments of Quang Ngô

But at least this enable us to use native Wayland which is not possible before.

You have to use Gamescope previously because SDL3 use XWayland by default under Wayland, causing game black screen. This PR allows you to run the emulator in native Wayland without...

@qurious-pixel IFAIK, SDL and Qt both support X11 and Wayland, and they can dynamically select which backend to use based on the current desktop session. Without this PR, the current...

@7oxicshadow Do you have to force Wayland by unset the ```DISPLAY``` env?

This require preconfigured config of course.

Tested with: * Qt (with ``ENABLE_QT_GUI=ON`` set): ``` shadps4 --game ID shadps4 -g ID shadps4 ID ``` * SDL (with ``ENABLE_QT_GUI=OFF`` set): ``` shadps4 --game ID shadps4 -g ID shadps4...

Bloodborne does not boot on Linux with main branch. Wait for https://github.com/shadps4-emu/shadPS4/pull/1440.

You can use ``boost::algorithm::unhex()`` to decode the hex string.