mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 20:42:07 +00:00
D3D11: Use D3DCommon where appropriate
This commit is contained in:
parent
ea15080d8f
commit
3d8014beb5
19 changed files with 433 additions and 1055 deletions
|
@ -11,6 +11,7 @@ namespace DX11
|
|||
{
|
||||
class VideoBackend : public VideoBackendBase
|
||||
{
|
||||
public:
|
||||
bool Initialize(const WindowSystemInfo& wsi) override;
|
||||
void Shutdown() override;
|
||||
|
||||
|
@ -18,5 +19,8 @@ class VideoBackend : public VideoBackendBase
|
|||
std::string GetDisplayName() const override;
|
||||
|
||||
void InitBackendInfo() override;
|
||||
|
||||
private:
|
||||
void FillBackendInfo();
|
||||
};
|
||||
} // namespace DX11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue