├── ISSUE_TEMPLATE.md ├── Makefile ├── README.md ├── Resources ├── hblauncher_loader.cwav └── hblauncher_loader.rsf ├── banner.png ├── data └── builtin_rootca.der ├── icon.png └── source ├── hblauncher_loader.c └── start.s /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/README.md -------------------------------------------------------------------------------- /Resources/hblauncher_loader.cwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/Resources/hblauncher_loader.cwav -------------------------------------------------------------------------------- /Resources/hblauncher_loader.rsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/Resources/hblauncher_loader.rsf -------------------------------------------------------------------------------- /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/banner.png -------------------------------------------------------------------------------- /data/builtin_rootca.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/data/builtin_rootca.der -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/icon.png -------------------------------------------------------------------------------- /source/hblauncher_loader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/source/hblauncher_loader.c -------------------------------------------------------------------------------- /source/start.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/hblauncher_loader/HEAD/source/start.s --------------------------------------------------------------------------------