Triang3l

Results 100 comments of Triang3l

Some config options take effect before the game is launched at all. That's inconsistent overall, per-game configs are currently mostly not recommended, as before they were added, it was assumed...

@Monkeey That'd require heavy rework of Xenia's architecture, so no, no work has been done on this.

The exception handler part has been merged into the main branch — thanks @uytvbn! 💚 I've also added RIP updating after an exception handler as that's needed for MMIO (it...

This seems like only bypassing a symptom, and may have dangerous effects on other code, not only that depends on this part or generates data for it, but overall XMA...

The purpose of a Qt UI, I think, is to get rid of that File menu in favor of a pretty-looking game list, and maybe also to remove the whole...

Maybe only after Alt is pressed.

> [Sciter](https://sciter.com/); it is commercial but there is a free license. > [RmlUI](https://github.com/mikke89/RmlUi); it is open-source, MIT licensed, and integrable with SDL2. RmlUI, aka Rocket, is extremely slow especially when...

One request for the new UI is that non-interactive popups, such as the achievement notification, should **not** be drawn in child windows on platforms where this matters, as that will...

Also happens with slightly differently-looking flashes with the rasterizer-ordered view render backend implementation, though less frequently, probably because draws take a longer time.

Yes, #1076 is an even more advanced and comprehensive version of #1431 conceptually.