mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
Merge pull request #756 from magcius/remove-unused
VideoBackendBase: Remove unused stub Initialize implementation
This commit is contained in:
commit
8cfbbb357e
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user