AutobootModule/source/BootUtils.h

20 lines
324 B
C
Raw Normal View History

#pragma once
#include <cstdint>
#include <string>
void launchvWiiTitle(uint64_t titleId);
void bootWiiUMenu();
void bootHomebrewLauncher();
void bootWiiuTitle(const std::string& hexId);
void bootvWiiMenu();
2022-08-25 19:49:00 +02:00
void bootHomebrewChannel();
uint64_t getVWiiTitleId(const std::string& hexId);
2022-08-25 19:49:00 +02:00
uint64_t getVWiiHBLTitleId();