Ben Hetherington

Results 10 issues of Ben Hetherington

When using Citron as an SPM package, the `CitronParser` protocol (which includes the core parsing code) ends up in a separate module from the generated parser. I found that this...

The stock memory card menu only plays the error sound effect when a new input is made, not repeatedly while a button is just held down. This updates the game...

This makes the ‘Control Stick: Select’, ‘B: Cancel’, and ‘A: Confirm’ descriptions appear while in the game selection menu, while still keeping just ‘B: Cancel’ when on the ‘Press Start’...

v3 appears to be deprecated, so let’s see if switching to v4 makes this repo’s GitHub Actions run successfully again. Cc: @trevor403

This adds an option to show a 3x4 grid of 3:1 banners in the game selection menu, allowing game banners to be displayed without needing them to be stretched. This...

`.DS_Store` is another common file to include in `.gitignore`, so seems worth including here.

Previously, Cubeboot would always suppress error messages on boot relating to settings and the RTC. This gives the user option to leave these error messages in place, if they wish...

Rather than patching the code that populates the contents of a memory card, this patches a function that’s run (to populate the banner text, textures, etc.) whenever a save file...

When the `force_widescreen` option is enabled, this adjusts the parameters used for the perspective and orthographic projection matrices, so that the image is centred within an anamorphic 16:9 frame. Note...

This PR re-enables disc support in the menu, allows you to switch between the disc drive and FlippyDrive (using the L and R buttons on the 'Game Play' face of...