GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Build
Fork
: 0
Perditum
/
Atmosphere
Transfer to URL with SHA
Find file
Newer
Older
tree:
b48e71ab82
Branches
Tags
×
master
Atmosphere
/
fusee
/
src
/ main.c
TuxSH
on 15 Mar 2018
90 bytes
Import hwinit (with small changes) and exosphère drivers
Raw
Blame
History
#include "utils.h" #include "hwinit.h" int main(void) { nx_hwinit(); return 0; }