mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #756 from magcius/remove-unused
VideoBackendBase: Remove unused stub Initialize implementation
This commit is contained in:
@ -127,7 +127,6 @@ extern VideoBackend* g_video_backend;
|
|||||||
class VideoBackendHardware : public VideoBackend
|
class VideoBackendHardware : public VideoBackend
|
||||||
{
|
{
|
||||||
void RunLoop(bool enable) override;
|
void RunLoop(bool enable) override;
|
||||||
bool Initialize(void *&) override { InitializeShared(); return true; }
|
|
||||||
|
|
||||||
void EmuStateChange(EMUSTATE_CHANGE) override;
|
void EmuStateChange(EMUSTATE_CHANGE) override;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user