mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06: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