Results 151 comments of jcm

I'm not sure. I think it's worth getting to the bottom of what causes Xcode to behave like this, and whether there's a way to compile MoltenVK or projects using...

Just some non-exhaustive UI thoughts: > * [ ] Ergonomic interface for loading ROMs > > * Good opportunity to clean up the experience for GB ROMs using a SGB...

Seems to have to do with the "Always minimize to system tray instead of task bar" option. Disabling that resolves the behavior. I believe these options probably need to be...

UI-wise, a couple thoughts: Presentation-wise, a text box for number input isn't always ideal, particularly when the minimum and maximum aren't immediately apparent. Have you considered a slider? Further, it...

The application involved is [paraLLEl-RDP](https://github.com/Themaister/parallel-rdp) within [ares](https://github.com/ares-emulator/ares). It happens when initializing paraLLEl-RDP, specifically when instantiating the RDP command processor: https://github.com/Themaister/parallel-rdp/blob/1cecd042b2619bc505c12bfdc713808386f2b54d/parallel-rdp/rdp_device.cpp#L44 Looking at this function, maybe the issue is that under...

The errors you've shown suggest that `NALL_NOINLINE` isn't being expanded, which is unusual, because the headers for n64 should contain the platform header that defines it (if `COMPILER_GCC` or `COMPILER_CLANG`...

You can invoke the build command with `cmake --build . -v` which will invoke `make` while also printing the commands sent to the compiler. Looking at your logs there I...

I agree that, ideally, prefetching would be abstracted to be an implementation detail of something intermediate, rather than living this far in the weeds of the core-level code. I'd also...

After investigating, this dates to v137 via 61b358e; that introduced an infinite loop if a startup shader is specified. Will have to investigate further to figure out the best fix.

Hi, thanks for your interest! Unfortunately, as you've correctly figured out, this project isn't maintained at the moment. I won't rule out returning to it in the future, particularly if...