mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 21:14:49 +00:00
Tidy up a few odd ends I missed
This commit is contained in:
parent
9edda14be4
commit
860b852e4e
2 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@ extern void (*__program_exit_callback)(int rc);
|
|||
static void *g_framebuffer;
|
||||
static char g_bct0_buffer[BCTO_MAX_SIZE];
|
||||
|
||||
#define I_KNOW_WHAT_I_AM_DOING
|
||||
#define DEFAULT_BCT0_FOR_DEBUG \
|
||||
"BCT0\n"\
|
||||
"[stage1]\n"\
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <sys/iosupport.h>
|
||||
#include <sys/param.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "lib/fatfs/ff.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue