From f7a9d42592bc980dee9aa0ee525d93a599cf286d Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 27 Jun 2017 22:29:00 -0400 Subject: logging: Add WebService as a log cateogry. --- src/common/logging/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/logging/log.h') diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 8f13b80b3..fe4dfed69 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -91,6 +91,7 @@ enum class Class : ClassType { Loader, ///< ROM loader Input, ///< Input emulation Network, ///< Network emulation + WebService, ///< Interface to Citra Web Services Count ///< Total number of logging classes }; -- cgit v1.2.3