mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +00:00
Various fixes and cleanups.
This commit is contained in:
parent
98b62d8362
commit
6c7bda6851
5 changed files with 40 additions and 162 deletions
|
@ -18,12 +18,12 @@
|
|||
#ifndef _VERTEXSHADERCACHE_H
|
||||
#define _VERTEXSHADERCACHE_H
|
||||
|
||||
#include <map>
|
||||
#include "VertexShaderGen.h"
|
||||
|
||||
#include "D3DBase.h"
|
||||
#include "D3DBlob.h"
|
||||
|
||||
class VERTEXSHADERUID;
|
||||
#include <map>
|
||||
|
||||
namespace DX11 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue