mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-11 19:13:00 +00:00
Merge pull request #911 from lioncash/prototype
video_core: Remove unimplemented Start() function prototype
This commit is contained in:
commit
762fcaf5de
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue