backend: Add logging subentry for ldr

Fixes an assertion upon executing citra in debug mode.
pull/8/head
Lioncash 10 years ago
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…
Cancel
Save