Formedras

Results 31 comments of Formedras

It would be nice, though, to still be able to do this for edge cases, such as where the display card is already transcoding for other purposes (e.g. Twitch streaming)...

That sounds like Public Domain, but I think it would be better if you instead used a very permissive license, such as the MIT License or 2-clause BSD license. Those...

I would recommend making whatever solution you decide on a server option rather than client, for multiplayer. For singleplayer, it's fine to put it in regular options, but visibility could...

Source/Core/DolphinLibretro/Main.cpp still needs `void retro_get_system_info(retro_system_info* info)` to be updated for the WIA and RVZ file extensions. I tried downloading and compliling myself, but something went wrong, and I don't wanna...

Well yes they **run** RVZ images without issue, but my point wasn't about running them, it was about detecting them in the RetroArch GUI. Although the core could handle the...

For the `README.md`, just a basic bullet list of features would be nice. As for how to configure each setting, perhaps the Wiki would be a good place to set...

Here's a link to the relevant video, with resume timestamp to where MVG talks about this project. https://youtu.be/D_rstdgCz9M?t=608

Multiple functions in Steam.Input.cs request handles in the form of signed long values. In all cases, the correct type to send is an unsigned long. In addition, the "flags" arguments,...

I was about to request this myself, but then I realized: Java presents a problem here. As far as I know, the only code currently in existence that handles CHD...

German characters (umlauts, eszett) are working as of b2876. Wouldn't know about any other languages or which songs to use to check them with. (Such as French accents and cedilla,...