mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VertexLoaderBase: Allow the vertex loader type to be set via config
This commit is contained in:
parent
d0b7c96fdb
commit
bffaec9c5e
5 changed files with 43 additions and 14 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue