diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-04 08:18:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-04 08:18:38 +0200 |
commit | 762fcaf5dec6ab6de92cb2481ae0d1392bc3482a (patch) | |
tree | 8d7f82bb3f1605425973fbbac38ef148d97756fc /src/video_core | |
parent | Merge pull request #913 from lioncash/unused-func (diff) | |
parent | video_core: Remove unimplemented Start() function prototype (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/video_core.h | 3 |
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); |