mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 17:29:17 +01:00
15bcbfa482
You will see the list of available channels on your system if you start without a HDD or if your HDD is slow and is being recognized late. The list of games is than reloading as soon as it is recognized. *Hot swapping of the SD card was implemented into background thread (by giantpune) *Made lots of cleanups and some fixes *Format menu was moved to settings page 3 (only on godmode accessable) *Added ScreenShot and Reset/Shutdown call to background thread. Removed the not needed ones. Now you can call for Screenshot/Reset/Shutdown anywhere in the loader (after gui is started).
7 lines
129 B
C
7 lines
129 B
C
#ifndef BANNERSOUND_H
|
|
#define BANNERSOUND_H
|
|
|
|
const u8 *LoadBannerSound(const u8 *discid, u32 *size);
|
|
|
|
#endif /* BANNERSOUND_H */
|