Joon

Results 35 comments of Joon

I just tried it on Shenmue and the textures load fine. It seems like the texture type (atlas?) on Soul Calibur is causing the crash. I just tried a fresh...

It still crashes. This line is emitted right before the crash: ``` linux/posix_vmem.cpp:80 W[VMEM]: mem_region_set_exec: mprotect failed. errno 13 ``` Running Monterey 12.4 (21F79) And here’s the crash log: ```...

I've noticed this myself. If there's an internal resolution switch, it becomes very apparent but it can also happen straight away when starting a game but it's not consistent. It...

There's a [workaround](https://github.com/OpenEmu/OpenEmu/issues/4447#issuecomment-820774455) until they figure out a fix.

It'd be nice if the OS allowed configuring the behavior or disable it completely. It currently records at a low resolution in 23fps. Not very useful but it does confine...

A workaround is the create an [aggregate audio device](https://i.imgur.com/AmMjSgV.png) with only the input you want as the default within Audio Midi Setup. This prevents the sound input from auto switching...

Quick test running the Sand Ocean example [listed here](https://gist.github.com/dvessel/b060edb3e7e9ac242ee1e45ea0bb8b12): ``` 1x resolution: master 5.0-17182 1/1 metal.......................7.462ms 1/1 vulkan.....................................12.438ms 1x resolution: mvk-descriptor-fix-test 5.0-17175 1/1 metal......................7.289ms 1/1 vulkan.............................9.810ms 4x resolution: master 5.0-17182...

More relevant, [TTYD boat filp.zip](https://github.com/dolphin-emu/dolphin/files/9302324/TTYD.boat.filp.zip). Nice improvement! ``` 1x resolution: master 5.0-17182 1/1 metal..11.060ms 1/1 vulkan..19.101ms 1x resolution: mvk-descriptor-fix-test 5.0-17175 1/1 metal..10.786ms 1/1 vulkan..10.491ms 4x resolution: master 5.0-17182 1/1 metal..11.196ms...

This isn’t absolutely needed but it can help in some situations where the texture dump is the size of the full frame (1x) like FMV’s and especially when a texture...

Personally, I don’t like having every underlying feature exposed in the UI. As long as the ini key/command line option is documented, it should satisfy more savvy users. I can...