From 8e5737cb759a5332175f0288f810981846125191 Mon Sep 17 00:00:00 2001 From: SuperrSonic Date: Sun, 10 Aug 2014 16:39:08 -0400 Subject: [PATCH] Added an option for viWidth --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.def.h b/config.def.h index 8443ea2cef..0021311195 100644 --- a/config.def.h +++ b/config.def.h @@ -311,6 +311,9 @@ static const bool video_threaded = false; // Set to true if HW render cores should get their private context. static const bool video_shared_context = false; +// Sets GC/Wii screen width +static const unsigned video_viwidth = 640; + // Smooths picture static const bool video_smooth = true;