summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-04 08:18:38 +0200
committerGitHub <noreply@github.com>2018-08-04 08:18:38 +0200
commit762fcaf5dec6ab6de92cb2481ae0d1392bc3482a (patch)
tree8d7f82bb3f1605425973fbbac38ef148d97756fc
parentMerge pull request #913 from lioncash/unused-func (diff)
parentvideo_core: Remove unimplemented Start() function prototype (diff)
downloadyuzu-762fcaf5dec6ab6de92cb2481ae0d1392bc3482a.tar
yuzu-762fcaf5dec6ab6de92cb2481ae0d1392bc3482a.tar.gz
yuzu-762fcaf5dec6ab6de92cb2481ae0d1392bc3482a.tar.bz2
yuzu-762fcaf5dec6ab6de92cb2481ae0d1392bc3482a.tar.lz
yuzu-762fcaf5dec6ab6de92cb2481ae0d1392bc3482a.tar.xz
yuzu-762fcaf5dec6ab6de92cb2481ae0d1392bc3482a.tar.zst
yuzu-762fcaf5dec6ab6de92cb2481ae0d1392bc3482a.zip
-rw-r--r--src/video_core/video_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/video_core.h b/src/video_core/video_core.h
index 8707e9881..519b757f5 100644
--- a/src/video_core/video_core.h
+++ b/src/video_core/video_core.h
@@ -23,9 +23,6 @@ extern std::unique_ptr<RendererBase> g_renderer; ///< Renderer plugin
// qt ui)
extern std::atomic<bool> g_toggle_framelimit_enabled;
-/// Start the video core
-void Start();
-
/// Initialize the video core
bool Init(EmuWindow& emu_window);