This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
usbloadergx
Watch
2
Star
0
Fork
0
You've already forked usbloadergx
mirror of
https://github.com/wiidev/usbloadergx.git
synced
2024-11-04 18:45:05 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
969ecde4d8
usbloadergx
/
source
/
svnrev.c
8 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
fix the screensaver coming on when you press power on the wiimote... again. added check for GXglobal.cfg on the USB at startup. now if anny of the following are met, it will cause USB to be used as your bootDevice: argv[0] gets passed on startup and it is usb any of these files are on your USB drive. USB:/config/GXglobal.cfg || USB:/apps/usbloader_gx/boot.elf || USB:/apps/usbloadergx/boot.dol || USB:/apps/usbloadergx/boot.elf || USB:/apps/usbloader_gx/boot.dol
2009-07-28 19:22:03 +02:00
#
define SVN_REV "664M"
*Reverted the svnrev.sh and Makefile because shell needs ../ and needs to be under the else state next to DEPENDS for the command to work. *Uploaded the svnrev.c back online. It can stay on SVN there is nothing wrong with it :P.
2009-07-26 22:58:43 +02:00
const
char
*
GetRev
(
)
{
return
SVN_REV
;
}
Reference in New Issue
Copy Permalink