summaryrefslogtreecommitdiff
path: root/src/core/reporter.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-04-26 04:15:47 -0400
committerGitHub <noreply@github.com>2020-04-26 04:15:47 -0400
commit11e1629d898d5f66bde9817f2453f5a072a2e6a0 (patch)
treea4abdaf10d804d4d1fe5af69407b8c86f569a3ed /src/core/reporter.h
parent7e38dd580f72323985d9331b43bad5ace38e56eb (diff)
parent99eaa2e6f2e04a761e2bc3f92b071352ec88a71f (diff)
Merge pull request #3744 from lioncash/table2
service: Update function tables
Diffstat (limited to 'src/core/reporter.h')
-rw-r--r--src/core/reporter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/reporter.h b/src/core/reporter.h
index 380941b1b..86d760cf0 100644
--- a/src/core/reporter.h
+++ b/src/core/reporter.h
@@ -56,6 +56,7 @@ public:
enum class PlayReportType {
Old,
+ Old2,
New,
System,
};