mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: Add configuration to prefer VS for line/point expansion
This commit is contained in:
@ -85,6 +85,7 @@ void VideoConfig::Refresh()
|
||||
iBitrateKbps = Config::Get(Config::GFX_BITRATE_KBPS);
|
||||
bInternalResolutionFrameDumps = Config::Get(Config::GFX_INTERNAL_RESOLUTION_FRAME_DUMPS);
|
||||
bEnableGPUTextureDecoding = Config::Get(Config::GFX_ENABLE_GPU_TEXTURE_DECODING);
|
||||
bPreferVSForLinePointExpansion = Config::Get(Config::GFX_PREFER_VS_FOR_LINE_POINT_EXPANSION);
|
||||
bEnablePixelLighting = Config::Get(Config::GFX_ENABLE_PIXEL_LIGHTING);
|
||||
bFastDepthCalc = Config::Get(Config::GFX_FAST_DEPTH_CALC);
|
||||
iMultisamples = Config::Get(Config::GFX_MSAA);
|
||||
|
Reference in New Issue
Block a user