This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
HBLInstallerWrapper
Watch
2
Star
0
Fork
0
You've already forked HBLInstallerWrapper
mirror of
https://github.com/wiiu-env/HBLInstallerWrapper.git
synced
2024-11-16 19:49:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e091da72eb
HBLInstallerWrapper
/
source
/
main.cpp
8 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
Install the sd_loader directly to have a bit more control
2021-12-27 16:53:04 +01:00
#
include
"hbl_install.h"
first commit
2021-12-26 09:13:58 +01:00
int
main
(
int
argc
,
char
*
*
argv
)
{
Install the sd_loader directly to have a bit more control
2021-12-27 16:53:04 +01:00
InstallHBL
(
)
;
first commit
2021-12-26 09:13:58 +01:00
return
0
;
}
Reference in New Issue
Copy Permalink