Jan

Results 273 comments of Jan

> Unless I'm mistaken, and there's some easy way to do this? See how FlightCore does it

> According to [this](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/northstar-installers), FlightCore simply doesn't support changing launch arguments. Unless thats outdated? https://github.com/R2NorthstarTools/FlightCore/blob/5714309211d389c453c19bb77755855de33655fd/src-tauri/src/northstar/mod.rs#L260

rebased, fixed some things up, tested it myself (though I want someone else to test it too)

remade from scratch split things up into fewer segments so its easier to digest

> The main use of it rn is Steam setup with non-NorthstarProton/latest Proton-GE. Yeah, its a bummer that its still stuck in PR hell. I've gone ahead and made a...

> The main use of it rn is Steam setup with non-NorthstarProton/latest Proton-GE. For example, I'm pretty sure I still use it on my SteamDeck cause I haven't updated Proton...

the flag thing. a wine dll override can be added via the launch options

be aware that, when the initial migration happened, I already tried this and found out that upstream is not designed be imported like that. Could work around it by just...

The calls to `squirrel_logger` in the header were added in #355, so I guess @emma-miler is the one I should ask about this

the command needs to be aligned to the systems alignment (which happens to be 4 in the case of ARM) ```c size_t alignment = alignof(max_align_t) - 1; size = (size...