mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-17 04:55:27 +00:00
12 lines
158 B
C
12 lines
158 B
C
#include "utils.h"
|
|
#include "hwinit.h"
|
|
#include "lib/printk.h"
|
|
#include "display/video_fb.h"
|
|
|
|
|
|
int main(void) {
|
|
/* Do nothing for now */
|
|
return 0;
|
|
}
|
|
|