mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Merge VideoBackendHardware into VideoBackend.
And rename it to VideoBackendBase because of conflicts within the backends itself.
This commit is contained in:
parent
12f745092c
commit
0c92603fd5
13 changed files with 72 additions and 111 deletions
|
@ -10,7 +10,7 @@
|
|||
namespace OGL
|
||||
{
|
||||
|
||||
class VideoBackend : public VideoBackendHardware
|
||||
class VideoBackend : public VideoBackendBase
|
||||
{
|
||||
bool Initialize(void *) override;
|
||||
void Shutdown() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue