AutobootModule/source/BootUtils.h

13 lines
166 B
C++

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