mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 16:22:46 +00:00
fixed include in coprocessor.cpp
This commit is contained in:
parent
f043424915
commit
c1e71ae1ac
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue