wheremyfoodat
wheremyfoodat
The anti-piracy check in DKC1 is a classic "Does the cart have the appropriate amount of SRAM" thing, 2KB in this case, so it sounds like a simple cart bug.
As for the other two, those are games that rely on a cart coprocessor (SuperFX for SMW2, SA-1 for Super Mario RPG iirc), dont remember if SNES.net emulates them.
> Hey thanks so much for submitting this! This is a tricky little change that I don't think I would have thought of haha. However, I just pulled down the...
Found the problem: It polls some memory, waiting to receive a "1" to denote that the EEPROM transfer has finished. Due to the above code, the address is always 0,...
@stohrendorf I'm guessing the lack of MacOS support is the blocker, but yes it would be incredibly useful to have it merged nonetheless.
This is a very important PR and it not being merged interferes heavily with my workflow. Can we get an update and rebase on it?
Oh yeah, it does only affect C++20 builds, the STL headers shouldn't touch consteval and friends if building for an earlier standard version.
> Same issue for us :/ https://github.com/PedestrianDynamics/jupedsim/actions/runs/6645042045/job/18055479382 > > I noticed that after the image upgrade clang-15 is available but not the default clang, is this related? > > Also...
I'm not sure clang 15 can do much to fix this, Clang 17 is the one rated as having full consteval support
> > I'm not sure clang 15 can do much to fix this, Clang 17 is the one rated as having full consteval support > > questions from our side...