1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-16 04:40:12 -06:00

backend: Add logging subentry for ldr

Fixes an assertion upon executing citra in debug mode.
This commit is contained in:
Lioncash 2015-02-12 20:46:11 -05:00
parent befa556b78
commit 3c474a7d31

View File

@ -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) \