mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 22:42:53 -06: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