Jeremy Newton
Jeremy Newton
Soundtouch is out of date, so this just updates the external lib code to the latest. This is another attempt at updating this (see #8725), and is motivated by some...
I need to learn how to make forwarder channels (Wii/Wii U) and make one for wiisxr.
There are a lot of strict aliasing warnings in the code. It may be valuable to fix these warnings to allow GCC to optimize the code better. I can't exactly...
The graphics library should be ported to GX for hardware acceleration. Some progress has been made, albeit nowhere near done. See the PeopsGXGPU folder and compile using "make GPU=GX". The...
Redo GUI
The frontend should really be redone. The current one is hacky and hard to maintain. GameCube support should be dropped in favour for a frontend made with libwiigui.
Comgr calls exit, which is not advised. To quote Fedora's rpmlint tool: This library package calls exit() or _exit(), probably in a non-fork() context. Doing so from a library is...
This is less of a suggestion for the chrome extension but more for the "advertisement" of it. I noticed it says at the bottom of the website main page: ```...
Should be self explanatory. Allows for using shared zlib-ng if found by pkgconfig, similar to how zstd works.
In commit a5d06fde4b597d93750ba29bc2db83401fe431f7, a few instances of unzLocateFile changed to using nullptr. This argument is actually an int not a pointer (int iCaseSensitivity), so the compiler complains. I believe older...
The birthdays in the app are listed as a day behind. E.g. a birthday on Dec 9 appears as Deb 8 in the app. The event that appears in my...