Skip to content

Releases: AndrewPiroli/Wii-donut.c

r9 - Minor Fixes + Updated devkitPPC

07 Feb 18:41
r9
c35ddbd
Compare
Choose a tag to compare
Minor fixups, update toolchain

r8 - Minor Fixes + Updated devkitPPC

07 Jun 13:09
4658457
Compare
Choose a tag to compare

Exit logic had a minor bug, this has been repaired.
Updated to the latest devkitPPC, this supposedly fixes the reset button issue on GameCube, but this has not been console verified.

r7 - Multithreading + GC support

26 Dec 19:58
84eef82
Compare
Choose a tag to compare

Move controller polling to a separate thread.
Create a GameCube Makefile.

GameCube builds just fine, but has not been console verified yet. Gamecube has been console verified by @MethodOrMadness - Reset button seems to be not working, otherwise OK.

v6

22 Jul 19:00
Compare
Choose a tag to compare
v6
Fix typo

v5

20 Aug 23:19
Compare
Choose a tag to compare
v5

Old versions would freeze the donut when closing.

Now a goodbye message is shown

v3

18 Jul 04:07
Compare
Choose a tag to compare
v3

Updated controls:

Return to HBC/loader -- Wiimote: Home -- GC: Start -- Console: Reset

Poweroff console -- Wiimote: Power button -- Console: Power button

Toggle debug output -- Wiimote: 1 -- GC: Y

Adjust rotation speed (axis "A") -- Wiimote & GC: DPAD left/right

Adjust rotation speed (axis "B") -- Wiimote & GC: DPAD up/down

Reset rotation speed (both axis) -- Wiimote: 2 -- GC: X

Fixed the homebrew channel icon to be the correct size.

v2

16 Jul 16:52
Compare
Choose a tag to compare
v2

Add GC controller and console button support

Can now exit to loader with Wiimote home, GC start/pause, or console reset button.
Can now shutdown to standby with Wiimote power button or console power button.

v1

16 Jul 06:08
cc5eac1
Compare
Choose a tag to compare
v1

Initial release