mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-11 20:42:50 +00:00
backend: Add logging subentry for ldr
Fixes an assertion upon executing citra in debug mode.
This commit is contained in:
parent
befa556b78
commit
3c474a7d31
|
@ -37,6 +37,7 @@ static std::shared_ptr<Logger> global_logger;
|
|||
SUB(Service, GSP) \
|
||||
SUB(Service, AC) \
|
||||
SUB(Service, PTM) \
|
||||
SUB(Service, LDR) \
|
||||
SUB(Service, CFG) \
|
||||
SUB(Service, DSP) \
|
||||
SUB(Service, HID) \
|
||||
|
|
Loading…
Reference in a new issue