mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-21 07:29:26 +00:00
DolphinAnalytics: Use Pascal case for GameQuirk enum
This commit is contained in:
parent
aa45b7fe61
commit
3cc00c0676
13 changed files with 90 additions and 95 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue