Explorar o código

kernel: fixed include, in general include "common.h" not "common_types.h"

bunnei %!s(int64=12) %!d(string=hai) anos
pai
achega
1c5802c35a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/kernel/kernel.h

+ 1 - 1
src/core/hle/kernel/kernel.h

@@ -4,7 +4,7 @@
 
 #pragma once
 
-#include "common/common_types.h"
+#include "common/common.h"
 
 typedef u32 Handle;
 typedef s32 Result;