mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
add some dx checking routines to the dx plugin + some minor stuff
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5466 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
782d9111e5
commit
1648b84f08
12 changed files with 202 additions and 106 deletions
|
@ -76,4 +76,5 @@ namespace D3D
|
|||
void drawClearQuad(u32 Color,float z,IDirect3DPixelShader9 *PShader,IDirect3DVertexShader9 *Vshader);
|
||||
void SaveRenderStates();
|
||||
void RestoreRenderStates();
|
||||
bool DXCheck(std::wstring&);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue