mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-15 16:33:15 -03:00
VertexLoaderBase: Allow the vertex loader type to be set via config
This commit is contained in:
@@ -206,6 +206,8 @@ void VideoConfig::Refresh()
|
||||
bGraphicMods = Config::Get(Config::GFX_MODS_ENABLE);
|
||||
|
||||
customDriverLibraryName = Config::Get(Config::GFX_DRIVER_LIB_NAME);
|
||||
|
||||
vertex_loader_type = Config::Get(Config::GFX_VERTEX_LOADER_TYPE);
|
||||
}
|
||||
|
||||
void VideoConfig::VerifyValidity()
|
||||
|
||||
Reference in New Issue
Block a user