mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
D3D: moved render state cache implementation to D3DState.h/cpp
This commit is contained in:
parent
e7f8032d7d
commit
21655dc61a
11 changed files with 139 additions and 169 deletions
|
@ -5,8 +5,8 @@
|
|||
#include "VideoBackends/D3D/D3DBase.h"
|
||||
#include "VideoBackends/D3D/D3DBlob.h"
|
||||
#include "VideoBackends/D3D/D3DShader.h"
|
||||
#include "VideoBackends/D3D/D3DState.h"
|
||||
#include "VideoBackends/D3D/FramebufferManager.h"
|
||||
#include "VideoBackends/D3D/GfxState.h"
|
||||
#include "VideoBackends/D3D/Render.h"
|
||||
#include "VideoBackends/D3D/XFBEncoder.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue