Aaron Lindsay
Aaron Lindsay
Specifically, I'm implementing an API server spec that defines discrete user-facing error codes for [missing field, wrong data type, and unexpected field](https://developers.google.com/streetview/open-spherical-camera/guides/osc/error-handling). The field name being accessible separately is optional,...
The versions in Cargo.toml just need some updating, I'll see about fixing it up. Thing is, I don't think any of this works anymore - last I tried, this approach...
> Is this to patch DLC files? Or to redirect DLC loading to load from the SD instead of from the NAND? Yeah `` is easy to explain, it's just...
> Given that I now know there's an XML entry I can use to "rename" files on disk, these can all be removed from the SD card, saving a bit...
This is just an assumption... but if `B.bin` isn't already present in the game, then likely yes - `whatever.bin` would need to exist on SD, but could be an empty...
Heh, just because it compiles doesn't mean it will work! Comparing with the latest official release, does it behave the same or is this message unique to your built version?...
[comment out the define on this line](https://github.com/AerialX/rawksd/blob/master/launcher/source/haxx.cpp#L24) to get more logging out of it. You're mostly on your own though, as I don't actually have a setup for testing anything...
It doesn't seem like you're doing anything wrong, it's clearly running! If you're really concerned about that you could just [download the elf from github instead](https://github.com/AerialX/rawksd/actions). > if there is...
> do you happen to still have the source files for Riivolution v1.06 AFAIK 1.06 was only a build with an updated `libogc` dependency to fix a wiimote crash bug,...
> I am trying to edit Riivolution. It can be pretty buggy so it would be nice to patch out those bugs This is also a bug and you seem...