Vitaly Cheptsov

Results 74 comments of Vitaly Cheptsov

Could you confirm whether CoreDisplayFixup works fine given `-liluslow` argument is present in boot arguments when booting normally?

@slouken any comment on this besides the label changes :)? I think implementing direct DS3 HID packet handling on macOS through libusb will likely work, but am unsure whether it...

@slouken I tried libusb router, and it does not seem to be too easy. `IOUSBHostHIDDevice.kext` owns the USB interface, so `libusb_claim_interface` would fail. This can be resolved by ensuring `libusb_detach_kernel_driver`...

ROM must either be Apple ROM (dumped from a real Mac), or your NIC MAC address, or any random MAC address (could be just 6 random bytes). What is better...

It works on macOS 11. Just macOS 12 does not work from our testing (master branch).

@williambj1 it was the chip that cannot be downgraded to BT 5.1 indeed, the chips were AX210 or something.

cc @vandroiy2013, could you please provide some logs on our Z690 build, just in case they happen to be useful?

Does not seem to fix the issue for me on macOS 11.6 with https://github.com/hrydgard/ppsspp/pull/14833 on Vulkan. OpenGL implementation is unsupported as explained in https://github.com/hrydgard/ppsspp/pull/14833#issuecomment-922460423. Confirmed that the latest master of...

That somewhat surprised be, but you are right: ``` (lldb) p caps_.clipCullDistanceSupported (bool) $0 = false (lldb) p vulkan->GetDeviceFeatures().enabled.shaderClipDistance (const VkBool32) $1 = 1 (lldb) p vulkan->GetDeviceFeatures().enabled.shaderCullDistance (const VkBool32) $2...

To be fair, [software one](https://github.com/unknownbrackets/ppsspp/commit/da50f87d2e5c4bc20d2df051b063ab61c61b4869) (i.e. `HardwareTransform` = `False`) does work fairly well for me with both OpenGL and Vulkan though after fixing up the hardware usage requirements in https://github.com/hrydgard/ppsspp/pull/14833#discussion_r711746731...