Explorar el Código

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

bunnei hace 12 años
padre
commit
1c5802c35a
Se han modificado 1 ficheros con 1 adiciones y 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;