Ash
Ash
An implementation of the AX LPF. The only sound I could actually find which uses it is the back button on the NSMBU title screen, so I didn't have much...
On Wayland desktops under Linux, vkGetPhysicalDeviceSurfaceCapabilitiesKHR can give (-1, -1) as the surface extents, [as allowed in the spec](https://khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkSurfaceCapabilitiesKHR.html): > `currentExtent` is the current width and height of the surface,...
Rather than juggling "swapped" and "unswapped" versions of integers, different library functions, #defines, etc., simply always read everything byte-by-byte. This works regardless of host CPU endian, got optimised down to...
It would be useful if it was possible to make Debian packages from a project using ros2_rust. There's [official documentation for doing this](https://docs.ros.org/en/humble/How-To-Guides/Building-a-Custom-Debian-Package.html), but `bloom-generate` claims to not support `ament_cargo`...
Hiya! I found out about this rad project today and spent the afternoon sifting through filesystem calls and endian issues, as well as my first Makefile for a while (I'm...
Fix for the big ol' bug! Thanks to @GaryOderNichts for debugging and fixing it. Not my patch, just did a cherry-pick.
Same as #52, for the elf branch.
Heyo! I've been tasked with diagnosing some ELF-specific crashes around some libretro cores I've been working on. After some confusion (turns out OSGetSymbolName is _hopeless_) I traced it back to...
Heyo! Just a few Makefile tweaks to generate a pkg-config file to go with libdynamiclibs.a. pkg-config can make building things a lot simpler - instead of hardcoding paths to portlibs...
A new page showing the supported games and whether they're online, tester-only or offline. I'm half-asleep writing this so I know the code isn't great, but we really need to...