Explorar o código

NvHostCtrl: Fix merge of nvflinger.

Fernando Sahmkow %!s(int64=4) %!d(string=hai) anos
pai
achega
835b950f7e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/core/hle/service/nvdrv/devices/nvhost_ctrl.h

+ 2 - 1
src/core/hle/service/nvdrv/devices/nvhost_ctrl.h

@@ -180,7 +180,8 @@ private:
     struct IocCtrlEventUnregisterBatchParams {
         u64_le user_events{};
     };
-    static_assert(sizeof(IocCtrlEventUnregisterBatchParams) == 8, "IocCtrlEventKill is incorrect size");
+    static_assert(sizeof(IocCtrlEventUnregisterBatchParams) == 8,
+                  "IocCtrlEventKill is incorrect size");
 
     NvResult NvOsGetConfigU32(const std::vector<u8>& input, std::vector<u8>& output);
     NvResult IocCtrlEventWait(const std::vector<u8>& input, std::vector<u8>& output,