Delete an unused variable left from testing

This commit is contained in:
Ender's Games 2018-08-28 22:07:31 -04:00
parent b59b09d3b0
commit 3ca9a153e5
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ extern int screen_width,screen_height;
static u64 tvs_base;
static char gamedisk[256];
static char bootdisk[256];
// Additonal controllers 2, 3 and 4 connected ?
static bool add_controllers[3] = { false, false, false };