Jean-Philip Desjardins

Results 222 comments of Jean-Philip Desjardins

Interesting, I had no clue there was a need for such a feature.

The libretro port doesn't support Vulkan. I'm not up to date with what's happening with libretro, so I don't really know if using Vulkan with it would work. Amazon S3...

For anyone who would like to work this, would probably be relatively simple to do using libpng to save a `Framework::CBitmap` to a PNG. Changing the line here would do...

Building shouldn't have special requirements though, as long as you have recent Vulkan headers. I dunno if you can update them on your build environment? After that, like @Zer0xFF mentioned,...

Yeah, the situation really sucks, I was hopeful when it worked again in 14.2 after being disabled, but I guess Apple really doesn't want JIT on iOS afterall. There's no...

Thanks for this. Regarding PCCR, there seem to be two separate sub-registers accessible through [special instructions](https://github.com/jpd002/Play-/blob/20b3a8579778a8615e1235c62980dd56006264a5/Source/COP_SCU_Reflection.cpp#L328). I'm not sure, but I think it's the same for HWBK. We would need...

Hello! Is there anything showing up in the device's log (ie.: using adb logcat)?

Finally got my hands on a recent device to test the build on Android 11 and I got some crashes. So, seems there's a new thing on Android 11 called...

For those interested in the feature: https://source.android.com/devices/tech/debug/tagged-pointers I guess they will enforce this at some point, so, we ought to find a proper fix for this.