diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-03 18:47:40 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-03 18:48:14 +0200 |
commit | b4e050e6c43a56cf9570f9b054c38c149c87a4e9 (patch) | |
tree | bc298e3c4cb66bbdbe57bfe9e49e810c58217167 | |
parent | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) (diff) | |
download | yuzu-b4e050e6c43a56cf9570f9b054c38c149c87a4e9.tar yuzu-b4e050e6c43a56cf9570f9b054c38c149c87a4e9.tar.gz yuzu-b4e050e6c43a56cf9570f9b054c38c149c87a4e9.tar.bz2 yuzu-b4e050e6c43a56cf9570f9b054c38c149c87a4e9.tar.lz yuzu-b4e050e6c43a56cf9570f9b054c38c149c87a4e9.tar.xz yuzu-b4e050e6c43a56cf9570f9b054c38c149c87a4e9.tar.zst yuzu-b4e050e6c43a56cf9570f9b054c38c149c87a4e9.zip |
Diffstat (limited to '')
-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); |