diff --git a/include/config.h b/include/config.h index 471c6217..1cd32588 100644 --- a/include/config.h +++ b/include/config.h @@ -33,9 +33,9 @@ // Border Height Define for NTSC Versions #ifdef TARGET_N64 #ifndef VERSION_EU -#define BORDER_HEIGHT 8 +#define BORDER_HEIGHT 0 #else -#define BORDER_HEIGHT 1 +#define BORDER_HEIGHT 0 #endif #else // What's the point of having a border?