mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-09 00:04:03 -07:00
logging: Add WebService as a log cateogry.
This commit is contained in:
@@ -73,7 +73,8 @@ namespace Log {
|
||||
SUB(Audio, Sink) \
|
||||
CLS(Input) \
|
||||
CLS(Network) \
|
||||
CLS(Loader)
|
||||
CLS(Loader) \
|
||||
CLS(WebService)
|
||||
|
||||
// GetClassName is a macro defined by Windows.h, grrr...
|
||||
const char* GetLogClassName(Class log_class) {
|
||||
|
Reference in New Issue
Block a user