AdamN

Results 288 comments of AdamN

Is this issue only happened on Vulkan? or with OpenGL and Software renderer too?

There was a fork of PPSSPP that integrate VPN as i remembered, but i forgot the name of the website, and not sure whether they're still alive or not. I...

I'm also hoping for cache capability :) just like `actions/setup-java@v4` with `cache: gradle` or `nttld/setup-ndk@v1` with `local-cache: true`

Btw, did it also crashed without loading from save state? (ie. loading from in-game saves)

You will probably need to test some old versions (ie. v1.15.4, 1.14.x, 1.13.x, so on) to find out whether this is something that happened recently or not.

Could you try a few more builds to shorten the gap, like v1.16.0, 1.16.1, so on? Btw, does using the "Interpreter" instead of "IR Interpreter" (or you can also disable...

If it's IR issue, you can try disabling some JIT functionality to find out which one causing the crash (ie. the one being disabled will use Interpreter instead)

I mean, even with "CPU Core" set to "IR Interpreter" you can disable some JIT functionality (which being used by IR too) from "JIT debug tools" (the menu right below...

When the JIT functionality being checked = disabled, are you sure you enable (unchecked) those functions instead of disabling it? If enabling those fixes it, it mean Interpreter is broken...

I tried the EU version (UES00008 v1.01) it crashed PPSSPP (v1.17.1-701 Windows x64 build) instead of showing blue screen with IR Interpreter, but running fine with Dynarec JIT, and also...