DolphinAnalytics: Use Pascal case for GameQuirk enum

This commit is contained in:
Dentomologist
2025-08-14 13:04:10 -07:00
parent aa45b7fe61
commit 3cc00c0676
13 changed files with 90 additions and 95 deletions

View File

@ -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)
{