mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
D3D: RestoreState no longer resets PS resources
This commit is contained in:
parent
0c5a572f8d
commit
88d11ec5b2
2 changed files with 1 additions and 4 deletions
|
@ -35,7 +35,7 @@ void VertexManager::CreateDeviceObjects()
|
|||
|
||||
m_vertexDrawOffset = 0;
|
||||
m_indexDrawOffset = 0;
|
||||
|
||||
|
||||
for (int i = 0; i < MAX_BUFFER_COUNT; i++)
|
||||
{
|
||||
m_buffers[i] = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue