From 3357e8d9ba6a3002f032ca911464faa078c75cde Mon Sep 17 00:00:00 2001 From: N00byKing Date: Mon, 26 Mar 2018 21:52:59 +0200 Subject: log.h: Change comment from citra to yuzu --- src/common/logging/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/logging') diff --git a/src/common/logging/log.h b/src/common/logging/log.h index d8dbab939..6913f6b10 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -85,7 +85,7 @@ enum class Class : ClassType { Loader, ///< ROM loader Input, ///< Input emulation Network, ///< Network emulation - WebService, ///< Interface to Citra Web Services + WebService, ///< Interface to yuzu Web Services Count ///< Total number of logging classes }; -- cgit v1.2.3