rename Core/Analytics to Core/DolphinAnalytics

This commit is contained in:
Shawn Hoffman
2020-09-15 03:13:10 -07:00
parent 96e3360f05
commit 07fd02f207
18 changed files with 169 additions and 169 deletions

View File

@ -43,7 +43,7 @@
namespace Common
{
// Generic interface for an analytics reporting backends. The main
// implementation used in Dolphin can be found in Core/Analytics.h.
// implementation used in Dolphin can be found in Core/DolphinAnalytics.h.
class AnalyticsReportingBackend
{
public: