AutobootModule/source/BootUtils.h
duckymomo360 7d63690a44 Add vWii DRC Enabled Option
This adds an option to disable the DRC (gamepad) when booting into vWii.
2022-03-30 01:14:17 -07:00

11 lines
165 B
C++

#pragma once
#include <cstdint>
void bootWiiUMenu();
void bootHomebrewLauncher();
void bootvWiiMenu(bool drcEnabled);
void bootHomebrewChannel(bool drcEnabled);