From 5931289ca64e1481e6a93dbb6da47552046a48e8 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Mon, 16 Jul 2018 11:37:12 -0500 Subject: [PATCH] Updated Log Filters (markdown) --- Log-Filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Log-Filters.md b/Log-Filters.md index 1356ae0..74d99f6 100644 --- a/Log-Filters.md +++ b/Log-Filters.md @@ -14,7 +14,7 @@ Class names can be discovered from the log messages themselves. For example, thi ``` [ 10.285042] Service core/hle/service/service.h:Service::Interface::SyncRequest:84: unknown/unimplemented function '0x01020000': port=APT:U ``` -Otherwise, a complete list can be found in the source in [log.h](https://github.com/citra-emu/citra/blob/master/src/common/logging/log.h#L37) +Otherwise, a complete list can be found in the source in [log.h](https://github.com/citra-emu/citra/blob/master/src/common/logging/log.h#L36) ## Log Filters