summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-05 05:24:09 +0200
committerMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-05 05:24:09 +0200
commit9b6041d8189653514e87135e2139fd9a0934c9bf (patch)
tree0b653ccd755ce7db4d3da49a0d3e5199d4205fa6 /src/core
parentSupport vs express edition without having to get platform sdk (diff)
downloadyuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.tar
yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.tar.gz
yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.tar.bz2
yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.tar.lz
yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.tar.xz
yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.tar.zst
yuzu-9b6041d8189653514e87135e2139fd9a0934c9bf.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/src/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/src/core.h b/src/core/src/core.h
index f41daca6a..2e7b355f2 100644
--- a/src/core/src/core.h
+++ b/src/core/src/core.h
@@ -55,8 +55,6 @@ void Stop();
/// Initialize the core
int Init();
-ARMul_State* GetState();
-
} // namespace
////////////////////////////////////////////////////////////////////////////////////////////////////