mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
5a5f80ce0e
put in a filter to hide the xxxA factory duplicate channels. *NOTE* In testing, all channels booted fine with system menu 4.1u installed. None booted with 3.2u installed.
8 lines
73 B
C
8 lines
73 B
C
#define SVN_REV "659:660M"
|
|
|
|
const char *GetRev()
|
|
{
|
|
return SVN_REV;
|
|
}
|
|
|