Skip to content

Commit

Permalink
change version string
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Apr 18, 2020
1 parent 30e304e commit 7ea30fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int Menu_Main(void)
OSScreenFlipBuffersEx(0);
OSScreenFlipBuffersEx(1);

console_printf("FTPiiU pro controller mod v1 listening on %u.%u.%u.%u:%i", (network_gethostip() >> 24) & 0xFF, (network_gethostip() >> 16) & 0xFF, (network_gethostip() >> 8) & 0xFF, (network_gethostip() >> 0) & 0xFF, PORT);
console_printf("FTPiiU controller mod v1 listening on %u.%u.%u.%u:%i", (network_gethostip() >> 24) & 0xFF, (network_gethostip() >> 16) & 0xFF, (network_gethostip() >> 8) & 0xFF, (network_gethostip() >> 0) & 0xFF, PORT);

MountVirtualDevices();

Expand Down

0 comments on commit 7ea30fc

Please sign in to comment.