AutobootModule/source/BootUtils.h

13 lines
166 B
C
Raw Permalink Normal View History

#pragma once
#include <cstdint>
void bootWiiUMenu();
void bootHomebrewLauncher();
void bootvWiiMenu();
2022-08-25 19:49:00 +02:00
void bootHomebrewChannel();
uint64_t getVWiiHBLTitleId();