mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
DolphinAnalytics: Track support of logic ops
This commit is contained in:
parent
f433da6083
commit
277518837a
1 changed files with 1 additions and 0 deletions
|
@ -421,6 +421,7 @@ void DolphinAnalytics::MakePerGameBuilder()
|
||||||
builder.AddData("gpu-has-palette-conversion", g_Config.backend_info.bSupportsPaletteConversion);
|
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-clip-control", g_Config.backend_info.bSupportsClipControl);
|
||||||
builder.AddData("gpu-has-ssaa", g_Config.backend_info.bSupportsSSAA);
|
builder.AddData("gpu-has-ssaa", g_Config.backend_info.bSupportsSSAA);
|
||||||
|
builder.AddData("gpu-has-logic-ops", g_Config.backend_info.bSupportsLogicOp);
|
||||||
|
|
||||||
// NetPlay / recording.
|
// NetPlay / recording.
|
||||||
builder.AddData("netplay", NetPlay::IsNetPlayRunning());
|
builder.AddData("netplay", NetPlay::IsNetPlayRunning());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue