mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 07:16:36 +00:00
Added an option for viWidth
This commit is contained in:
parent
002213d40e
commit
8e5737cb75
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user