Matt Ranger

Results 27 comments of Matt Ranger

> Can you upload a build i will do testing Still needs some development before being in a state where we're actually testing on games. We're getting a lot of...

> If 10.13.x support is possible, it would be great for NVIDIA gpu users since you can't install web drivers for newer cards past that Sadly it seems that trying...

If it works for 10.14 (the minimum target) it should work for 10.15. Not sure about Big Sur. We're currently getting a lot of crashes due to shaders not compiling...

Hi, I haven't had time to work on it, I'm swamped with my normal work. You'll see here when I have time to start working on it again. The problems...

Thanks @jakejaylee123 ! I haven't had time to work on this in the last 2 months due to being swamped with work and life, but this helps a lot. I'll...

> Hey, can you try to use a more recent version of [MoltenVK](https://github.com/KhronosGroup/MoltenVK/releases/tag/v1.1.1)? > Maybe this will fix some issues Yeah I saw dolphin moved to 1.1 in their latest...

> emmmm, I get a CMakeOutput.log file when I use 'cmake .. -DCMAKE_BUILD_TYPE=Release' on MacOs 10.13.6, this log is too long, I can't find Specific error Yeah it doesn't build...

> Have you guys heard about this project? https://github.com/daeken/PsychopompNX > > https://9to5mac.com/2020/12/22/nintendo-switch-games-have-been-successfully-emulated-on-m1-macs/ Nope, seems interesting. I'm getting my wife a m1 macbook for christmas so in 2021 I'll get to...

I talked to the person who made this demo, it's based off a fork of Yuzu, but uses `hypervisor.framework` instead of CPU emulation. They still use MoltenVK for GPU but...

You should be able to do it with `ggvec_model.model.keys()` since `ggvec_model.model` is effectively a python `dict`. I'll rework this to be more intuitive in the future, thanks for raising the...