mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Renderer: Add a base Initialize() method to match Shutdown()
This commit is contained in:
@ -88,7 +88,7 @@ public:
|
||||
|
||||
bool IsHeadless() const override;
|
||||
|
||||
void Init();
|
||||
bool Initialize() override;
|
||||
void Shutdown() override;
|
||||
|
||||
std::unique_ptr<AbstractTexture> CreateTexture(const TextureConfig& config) override;
|
||||
|
Reference in New Issue
Block a user