jgcodes2020

Results 51 issues of jgcodes2020

Here's a few structs from the current `m64p_types.h`. https://github.com/mupen64plus/mupen64plus-core/blob/860fac3fbae94194a392c1d9857e185eda6d083e/src/api/m64p_types.h#L255-L273 https://github.com/mupen64plus/mupen64plus-core/blob/860fac3fbae94194a392c1d9857e185eda6d083e/src/api/m64p_types.h#L275-L290 https://github.com/mupen64plus/mupen64plus-core/blob/860fac3fbae94194a392c1d9857e185eda6d083e/src/api/m64p_types.h#L182-L221 It would be a good code-formatting thing to stick with a common casing convention for these structs. Doing so...

C++20 lets you write string literals in template parameters with a helper type. Would it be possible to make a C++20 version?

Some fixes (like that of #46) would be pretty useful in 1.18.2. I should also note that some people religiously avoid 1.19 because of chat reporting.

I'm looking to use the implementation of spanstream in my library.

The SM64 TASing community currently uses this to make TASes: [mkdasher/mupen64-rr-lua-](https://github.com/mkdasher/mupen64-rr-lua-) The features we've added over the emulator include: - input recording and playback - direct video capture from the...

Skia supports this via the `SKFontStyleSlant` enum. This should be supported in RichTextKit.

### Description Unity's HID layout generator does not generate a layout if one already exists. I added this functionality to the Linux/SDL layout generator. ### Changes made Added a check...

waiting-for-review

## Background `ParseCallbacks::enum_variant_name` is already useful for renaming enum variants. I'm using it to ensure that generated bindings fit Rust conventions. However, I'd like to also rename struct fields, and...

Since this library compiles using Autotools, it won't exactly support Windows.

Here's an issue I ran into earlier. The error messages are incredibly cryptic and reveal nothing about what's wrong. (https://github.com/AvaloniaUI/Avalonia/issues/12097) Apparently, the shared OpenGL context you're using can't be current...