Anuskuss

Results 67 comments of Anuskuss

I sadly couldn't get this to compile on Arch so I'm sharing my steps in case somebody else wants to give it a whirl: 1. Install dependencies ``` sudo pacman...

@Drakonas I appreciate you trying to help but I'm not really looking for support. I'll just wait for the AUR/AppImage/Flatpak. > looks like you're missing these headers. Oh no, they...

I think most people have figured this out already but the precompiled binary is way easier to get going. Just need to install `libselinux` and symlink the missing libraries: ```...

I'm back with more Pursuit Force issues :wink: This time it only happens in D3D11 and Vulkan so I'm pretty sure this is the right issue to report that. First...

@unknownbrackets FYI, the [purposed workaround](https://github.com/hrydgard/ppsspp/issues/11399#issuecomment-423394932) does fix my issue as well. Can we get that into master until a proper fix is created? **Edit:** Just checked master, it's already done...

@hrydgard Do you know why D11/VK is different from OGL in this case? Is it a limitation of VK and/or any different in D12? Solving this with shaders (or at...

I think this can be closed as of https://github.com/hrydgard/ppsspp/pull/14833.

melonDS 0.9.5 has some basic functionality for this now. It's not perfect because it doesn't detect if it's a ROM or an archive and it doesn't autoload single ROM archives...

I just now realized that my numbers are bad because this PR actually makes 3/4 of my torrents go missing and that's why so many domains aren't even queried in...

> useless search domain queries Btw have you ever tried messing with [`ndots`](https://elixir.bootlin.com/glibc/glibc-2.37/source/resolv/resolv_conf.h#L59)? Setting it to `0` would get rid of all search domain queries.