summaryrefslogtreecommitdiff
path: root/source/LCDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriver.cpp')
-rw-r--r--source/LCDriver.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/LCDriver.cpp b/source/LCDriver.cpp
index 914483e..9c7643b 100644
--- a/source/LCDriver.cpp
+++ b/source/LCDriver.cpp
@@ -254,6 +254,14 @@ LCDRIVER_API int __cdecl System_Authenticate(LCDContext Context, int iType, int
return Context->m_pObject->Do_System_Authenticate(iType, piSize, puchdata);
}
+LCDRIVER_API int __cdecl System_Deauthenticate(LCDContext Context, int iType)
+{
+ VERIFY_CONTEXT_STARTED(Context);
+
+ return Context->m_pObject->Do_System_Deauthenticate(iType);
+
+}
+
LCDRIVER_API int __cdecl System_GetControlKeys(LCDContext Context, TSIMLockKeys *pSIMLockKeys)
{
VERIFY_CONTEXT_STARTED(Context);