mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-16 16:29:14 +01:00
11 lines
135 B
C
11 lines
135 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
void bootWiiUMenu();
|
||
|
|
||
|
void bootHomebrewLauncher();
|
||
|
|
||
|
void bootvWiiMenu();
|
||
|
|
||
|
void bootHomebrewChannel();
|