Explorar el Código

log.h: Change comment from citra to yuzu

N00byKing hace 8 años
padre
commit
3357e8d9ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/logging/log.h

+ 1 - 1
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
 };