فهرست منبع

lm: Add missing function entry to Logger's function table

Lioncash 8 سال پیش
والد
کامیت
8650be1020
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/core/hle/service/lm/lm.cpp

+ 1 - 0
src/core/hle/service/lm/lm.cpp

@@ -16,6 +16,7 @@ public:
     Logger() : ServiceFramework("Logger") {
         static const FunctionInfo functions[] = {
             {0x00000000, &Logger::Log, "Log"},
+            {0x00000001, nullptr, "SetDestination"},
         };
         RegisterHandlers(functions);
     }