mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Isolate D3D and Software Renderer from wxWidgets code
This commit is contained in:
parent
35654513c1
commit
a66a7e1344
11 changed files with 227 additions and 22 deletions
|
@ -14,6 +14,7 @@ class VideoSoftware : public VideoBackend
|
|||
void Shutdown() override;
|
||||
|
||||
std::string GetName() const override;
|
||||
std::string GetDisplayName() const override;
|
||||
|
||||
void EmuStateChange(EMUSTATE_CHANGE newState) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue