summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp_lcd.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-03-12 03:50:18 +0100
committerLioncash <mathew1800@gmail.com>2016-03-12 04:23:51 +0100
commitd7dd6c8bd145797cd406d2733b0363be89019243 (patch)
tree3524cc5dcd12e13e1f450a1df712efdade2b596c /src/core/hle/service/gsp_lcd.cpp
parentMerge pull request #1476 from lioncash/emit (diff)
downloadyuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar
yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.gz
yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.bz2
yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.lz
yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.xz
yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.zst
yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.zip
Diffstat (limited to 'src/core/hle/service/gsp_lcd.cpp')
-rw-r--r--src/core/hle/service/gsp_lcd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/gsp_lcd.cpp b/src/core/hle/service/gsp_lcd.cpp
index 7ad7f081f..c700c21c5 100644
--- a/src/core/hle/service/gsp_lcd.cpp
+++ b/src/core/hle/service/gsp_lcd.cpp
@@ -14,6 +14,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00100000, nullptr, "PowerOffAllBacklights"},
{0x00110040, nullptr, "PowerOnBacklight"},
{0x00120040, nullptr, "PowerOffBacklight"},
+ {0x00130040, nullptr, "SetLedForceOff"}
};
////////////////////////////////////////////////////////////////////////////////////////////////////