AllanCat
AllanCat
# Workaround I've just fixed the jump pad and camera error by rolling back this part in xenia-cpu: 1. Commented out OPCODE_SPLAT in constant_propagation_pass.cc This is the main reason that...
Got some time messing around with cache file. You can get it from [here](https://drive.google.com/open?id=0B_9vQUilzHlNRUd2VTdSd2ZBQ1E) 1. Fixed map graphic issue as the original cache hack didn't render it properly. (core/render_radermap.lub) 2....
@Irixion There's exactly one [unluac fork](https://sourceforge.net/p/unluac/discussion/general/thread/74bc8a4b/) that supports for lua5.0, it still has problem about for loop. Here I'm just bypassing the error: decompile\Registers.java ``` public Target getTarget(int register, int...
Did some more researches about what works and what not, here's my progress so far: # Video: https://www.youtube.com/watch?v=6GcLpbTM2QA # Reports: ### Xenia issues: Found three spots which broke a lot...
Hi, I've created a [fork](https://github.com/AllanCat/PS3EyeDirectShow) containing various fixes including Discord issue. Can you test to see if it's working? Thanks.
Hi, I've created a [fork](https://github.com/AllanCat/PS3EyeDirectShow) containing various fixes including web browsers and Discord. Can you test to see if it's working? Thanks.
Hi, I've created a [fork](https://github.com/AllanCat/PS3EyeDirectShow) containing multiple camera support. Can you test to see if it's working? Thanks.
Hi, I've created a [fork](https://github.com/AllanCat/PS3EyeDirectShow) containing various fixes including web browsers. Can you test to see if it's working? Thanks.
I haven't fiddle with the microphone part yet, when windows recognized microphone as USB Audio Device it automatically working out of box. However I did noticed it only supports 1...
From the info here https://alax.info/blog/2245 Windows Media Foundation's virtual camera is only supported from Windows 11 (Windows Build 22000). I think it might not be practical to implement at this...