Explorar el Código

fixed include in coprocessor.cpp

bunnei hace 12 años
padre
commit
c1e71ae1ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/hle/coprocessor.cpp

+ 1 - 1
src/core/hle/coprocessor.cpp

@@ -2,7 +2,7 @@
 // Licensed under GPLv2
 // Licensed under GPLv2
 // Refer to the license.txt file included.  
 // Refer to the license.txt file included.  
 
 
-#include "core/hle/mrc.h"
+#include "core/hle/coprocessor.h"
 #include "core/hle/hle.h"
 #include "core/hle/hle.h"
 #include "core/mem_map.h"
 #include "core/mem_map.h"
 #include "core/core.h"
 #include "core/core.h"