mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DolphinAnalytics: Use Pascal case for GameQuirk enum
This commit is contained in:
@@ -125,7 +125,7 @@ u32 VideoBackendBase::Video_GetQueryResult(PerfQueryType type)
|
||||
|
||||
u16 VideoBackendBase::Video_GetBoundingBox(int index)
|
||||
{
|
||||
DolphinAnalytics::Instance().ReportGameQuirk(GameQuirk::READS_BOUNDING_BOX);
|
||||
DolphinAnalytics::Instance().ReportGameQuirk(GameQuirk::ReadsBoundingBox);
|
||||
|
||||
if (!g_ActiveConfig.bBBoxEnable)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user