jcm
jcm
### Description Updates the properties window for macOS `mac-avcapture` sources to use a unified list-based format selector when in the non-preset mode. Also adds a contextual warning in the properties...
> [!IMPORTANT] > This PR most needs testing by a user on macOS 14+ who has not yet modified system camera effects with OBS open, to see if "reaction" effects...
Marking this as draft for now, because I was a bit uncertain about whether this was the ideal way to do this, and would also still like to double check...
(Marked as draft pending some further testing and any feedback) This PR exposes several methods in `screen` to the video backend in `ruby`, in order to resolve certain libretro shader...
### Description Resolves a small issue related to custom OBS virtual camera builds. When starting virtual camera output on macOS, a UUID string comparison is used to locate the CMIO...
Occurs very soon after loading a game. Here's the trace: ``` * thread #32, stop reason = EXC_BAD_ACCESS (code=1, address=0x60) * frame #0: 0x00000001178efd6c libMoltenVK.dylib`MVKBuffer::getMTLBuffer(this=0x0000000000000000) at MVKBuffer.mm:180:6 frame #1: 0x000000011793ea2c...
I'll dig into this later if I can figure it out since I know you don't have much time for macOS, but posting here for tracking sake: Attempting to link...
Repro steps: ``` git clone https://github.com/KhronosGroup/MoltenVK && cd MoltenVK git checkout v1.2.9 export MACOSX_DEPLOYMENT_TARGET=10.13 ./fetchDependencies --macos xcodebuild build -project MoltenVKPackaging.xcodeproj \ -scheme "MoltenVK Package (macOS only)" \ -configuration "Release" 2>&1...
Is there a reason that MoltenVK doesn't support a "RelWithDebInfo" configuration out-of-the-box? This would be fairly useful for applications linking against MoltenVK that are trying to debug crashes without having...
MoltenVK version: 1.4.0 as well as current master (c2e5c5e) Xcode version: 16.4, as well as 26.01 and 26.1 beta 3 macOS version: 15.7.1 MoltenVK client: ares/ParaLLEl-RDP (http://github.com/ares-emulator/ares) Basic reproduction steps:...