duck

Results 109 comments of duck

We don't have `StringCchPrintf`

> Yeah, I guess so. I'm not very familiar with this, but I think these resources should help you get started: > > * Well-commented example C++ source code: https://www.tecgraf.puc-rio.br/iup/examples/shell_extensions/...

I am having this issue now too, deserializing straight into a struct and converting it straight back gives this error. i do not get it when using `serde_json::to_string`, so it...

I needed serde-xml-rs, though, because the XML I was working with from another program required order to be maintained

gamepad support would be awesome, especially if it continues `app.keyboard.was_pressed` which made it a lot easier to deal with new presses as opposed to the button already being down

@Nazariglez https://crates.io/crates/gilrs

Feature flag definitely sounds like the way to go 🙂

> Why shouldn't Checkpoint set the flag? Is the flag returned by the system process or is it set as a part of the secure value itself? I don't quite...

> Did you try JKSM? I'm on the latest version (05.08.2020) and just tried restoring a save, but the game still rejects it. The latest commit was more recent, though;...

With that code, all games should load saves unconditionally. The IPC will correctly indicate that there is no secure value (and return 0 for it accordingly), set a flag to...