mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
videoConfig cleanup
This commit is contained in:
parent
4c2dd093a3
commit
5fe3def64c
6 changed files with 8 additions and 11 deletions
|
@ -135,7 +135,6 @@ void InitBackendInfo()
|
|||
g_Config.backend_info.bSupportsDualSourceBlend = false; // supported, but broken
|
||||
g_Config.backend_info.bSupportsFormatReinterpretation = false;
|
||||
g_Config.backend_info.bSupportsPixelLighting = true;
|
||||
g_Config.backend_info.bSupportsGLSL = true;
|
||||
|
||||
// aamodes
|
||||
const char* caamodes[] = {"None", "2x", "4x", "8x", "8x CSAA", "8xQ CSAA", "16x CSAA", "16xQ CSAA"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue