AutobootModule/source/BootUtils.h
2022-08-25 21:23:00 +02:00

13 lines
166 B
C++

#pragma once
#include <cstdint>
void bootWiiUMenu();
void bootHomebrewLauncher();
void bootvWiiMenu();
void bootHomebrewChannel();
uint64_t getVWiiHBLTitleId();