Philipp Richter

Results 44 comments of Philipp Richter

https://emudeck.github.io/emulators/steamos/vita3k/#how-to-configure-vita3k-to-work-with-es-de-and-pegasus It works, I'm launching Vita games from Emulation Station on my Steam Deck. There just seems to be an issue where Vita3K doesn't want to close in game mode...

I hopefully fixed the CI building for windows and macos builds.

> Thank you very much for this PR, I believe if/when we migrate to SDL3 it won't be needed anymore. Ah, so SDL3 can expose the Steam Deck's gyro directly...

> If now more boost modules are used, then this modules should be added into `BOOST_MODULES_TO_FIND` in main CMakeLists.txt It used for windows compilation without vcpkg Ok, thank you, I'll...

@Macdu Should I try to submit a pull request to the https://github.com/Vita3K/ext-boost repo to get the crc module in ?

Well, it's a kernel option that should have been left enabled in the kernel by Valve so that users can decide to tighten their security if they want by disabling...

I appreciate the attempt but please no distro checking like this, the error could happen on any distro if the kernel does not have the option enabled. Simply adding the...

I'm a bit embarrassed that it took me a while to catch the real issue with the sysctl line: ```sh sysctl -n kernel.unprivileged_userns_clone >&2 || echo 1 ``` This sends...

> I just wanted to mention that this setting does not exist in the upstream mainline kernel and it will only exist on distros that have applied certain patches to...

> @popsUlfr debian based and and arch based distros are the ones I've seen with the patch applied. > > I forked your implementation and updated podman, dependencies and refactored...