mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinAnalytics: Track support of logic ops
This commit is contained in:
@ -421,6 +421,7 @@ void DolphinAnalytics::MakePerGameBuilder()
|
||||
builder.AddData("gpu-has-palette-conversion", g_Config.backend_info.bSupportsPaletteConversion);
|
||||
builder.AddData("gpu-has-clip-control", g_Config.backend_info.bSupportsClipControl);
|
||||
builder.AddData("gpu-has-ssaa", g_Config.backend_info.bSupportsSSAA);
|
||||
builder.AddData("gpu-has-logic-ops", g_Config.backend_info.bSupportsLogicOp);
|
||||
|
||||
// NetPlay / recording.
|
||||
builder.AddData("netplay", NetPlay::IsNetPlayRunning());
|
||||
|
Reference in New Issue
Block a user