mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
0a95d75237
disable the screen while saving wad to sd because idiots were misusing it and breaking shit change the exit prompt so you can exit to HBC even if you didn't came from there
8 lines
69 B
C
8 lines
69 B
C
#define SVN_REV "667M"
|
|
|
|
const char *GetRev()
|
|
{
|
|
return SVN_REV;
|
|
}
|
|
|