mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
rename D3DCommon/Common to D3DCommon/D3DCommon
This commit is contained in:
parent
527b5a9761
commit
5770ff01f3
15 changed files with 17 additions and 16 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <wrl/client.h>
|
||||
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "VideoBackends/D3DCommon/Common.h"
|
||||
#include "VideoBackends/D3DCommon/D3DCommon.h"
|
||||
|
||||
namespace DX12
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <d3d12.h>
|
||||
#include "VideoBackends/D3D12/DescriptorAllocator.h"
|
||||
#include "VideoBackends/D3D12/DescriptorHeapManager.h"
|
||||
#include "VideoCommon/RenderBase.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue