Browse Source
Merge pull request #911 from lioncash/prototype
video_core: Remove unimplemented Start() function prototype
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
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); |
|
|
|
|
|
|
|
|