mode80
mode80
I made that edit it in CMakeLists.txt, but it did not fix it for me unfortunately. This isn't blocking me right now, but I've attached the output in case it's...
Thanks, this helped me make progress. The issue with the CMakeLists.txt is in the order of the conditions. The APPLE check should come before the UNIX check because macOS is...
I did get finally this building on MacOs with Apple silicon. Besides fixing the CMakeLists.txt file per above, I also needed to: 1) fix the error below by removing the...
I've submitted the pull request. In the meantime, if you're fixing things yourself, you may need to remove CMakeCache.txt if you're alternating between running "make retro" and "pip install -e...
same issue. Would love to figure this out if you've made any progress.
v0.9.195 (pre-release) { "name": "docs", "params": {} }, Maybe I have to configure above. I didn't know it was there. (squiggles say it's missing "sites")
That worked. Thanks "docs": [ { "startUrl": "https://docs.mamedev.org/", "rootUrl": "https://docs.mamedev.org/", "title": "MAME", "maxDepth": 3, "faviconUrl": "https://docs.mamedev.org/favicon.ico" } ]
ag this failed again same way. Will investigate more later.
Same under Ubuntu 22.04