Skip to content

Commit

Permalink
Update DOL
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Aug 22, 2022
1 parent 6d6a658 commit 01deee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/GlowWii/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version='1.0'>
<name>GlowWii</name>
<coder>Larsenv</coder>
<version>1.0</version>
<release_date>20220421000000</release_date>
<version>1.1</version>
<release_date>20220822000000</release_date>
<short_description>Make your Wii disc drive light glow.</short_description>
<long_description>GlowWii is an app to illuminate your Wii disc drive light. Unlike other apps that have been made, this app supports using illumination patterns that Nintendo made (for example, the pattern for when you get a Wii message, which mimics the call of a bush warbler).

Expand Down
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ int pattern_selectionmenu(int selection)
resetscreen();

printf("\x1B[%d;%dH", 5, 0); // move console cursor to y/x
printf("GlowWii v1.0 - By Larsenv\n\n");
printf("GlowWii v1.1 - By Larsenv\n\n");

if (isDolphin())
{
Expand Down

0 comments on commit 01deee3

Please sign in to comment.