Merge pull request #4119 from FearlessTobi/port-911

Port #911 from yuzu: "video_core: Remove unimplemented Start() function prototype"
master
Merry 2018-08-24 19:03:42 +07:00 committed by GitHub
commit d4125ea4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

@ -27,9 +27,6 @@ extern std::atomic<bool> g_hw_shader_accurate_gs;
extern std::atomic<bool> g_hw_shader_accurate_mul; extern std::atomic<bool> g_hw_shader_accurate_mul;
extern std::atomic<bool> g_renderer_bg_color_update_requested; extern std::atomic<bool> g_renderer_bg_color_update_requested;
/// Start the video core
void Start();
/// Initialize the video core /// Initialize the video core
bool Init(EmuWindow* emu_window); bool Init(EmuWindow* emu_window);