mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +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…
x
Reference in New Issue
Block a user