mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 09:10:16 -05: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