mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 11:05:06 +01:00
5b2f453d9e
*restructured game settings for different types of games (Wii/GC/Channels) *added uninstall option for emu nand channels and game cube games (iso only) *add display of game size from wii disc games on game prompt *add game size display for game cube games (iso only) *force interlace mode on GC games except when explicitly used FORCE 480p PAL/NTSC *removed mountMethod global variable which was annoying me very much *some source cleanup
7 lines
85 B
C
7 lines
85 B
C
#ifndef ROCKOUT_H_
|
|
#define ROCKOUT_H_
|
|
|
|
void rockout(struct discHdr *header);
|
|
|
|
#endif
|