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