mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2025-02-16 18:09:15 +01:00
11 lines
135 B
C
11 lines
135 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
void bootWiiUMenu();
|
||
|
|
||
|
void bootHomebrewLauncher();
|
||
|
|
||
|
void bootvWiiMenu();
|
||
|
|
||
|
void bootHomebrewChannel();
|