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