summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-05-09 00:53:13 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2020-06-27 17:36:14 +0200
commit467d43570e10b98fa33067352d35fe62ceb3cb9e (patch)
tree830b0a3b6bc7675ce3c988c86d000f1a4287214c /src/core/core.h
parentARMInterface/Externals: Update dynarmic and fit to latest version. (diff)
downloadyuzu-467d43570e10b98fa33067352d35fe62ceb3cb9e.tar
yuzu-467d43570e10b98fa33067352d35fe62ceb3cb9e.tar.gz
yuzu-467d43570e10b98fa33067352d35fe62ceb3cb9e.tar.bz2
yuzu-467d43570e10b98fa33067352d35fe62ceb3cb9e.tar.lz
yuzu-467d43570e10b98fa33067352d35fe62ceb3cb9e.tar.xz
yuzu-467d43570e10b98fa33067352d35fe62ceb3cb9e.tar.zst
yuzu-467d43570e10b98fa33067352d35fe62ceb3cb9e.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 87df79d57..d2d1fcc5b 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -148,8 +148,6 @@ public:
*/
ResultStatus Pause();
-
-
/**
* Step the CPU one instruction
* @return Result status, indicating whether or not the operation succeeded.