mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge VideoBackendHardware into VideoBackend.
And rename it to VideoBackendBase because of conflicts within the backends itself.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
namespace OGL
|
||||
{
|
||||
|
||||
class VideoBackend : public VideoBackendHardware
|
||||
class VideoBackend : public VideoBackendBase
|
||||
{
|
||||
bool Initialize(void *) override;
|
||||
void Shutdown() override;
|
||||
|
Reference in New Issue
Block a user