service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode

Implements these functions according to the information available on
Switch Brew.
This commit is contained in:
Lioncash 2018-07-27 14:01:17 -04:00
parent 3f4c2ceab2
commit 995ca4edd0
3 changed files with 37 additions and 3 deletions

View file

@ -173,6 +173,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, Friend) \
SUB(Service, FS) \
SUB(Service, HID) \
SUB(Service, LBL) \
SUB(Service, LDN) \
SUB(Service, LM) \
SUB(Service, MM) \