Delete an unused variable left from testing
This commit is contained in:
parent
b59b09d3b0
commit
3ca9a153e5
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue