Skip to content

Commit

Permalink
[d3d8] Fix redeclaration of GetInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpyneDreams committed Jul 7, 2024
1 parent 094045d commit 82ad765
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/d3d8/d3d8_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,6 @@ namespace dxvk {
return GetD3D9()->ValidateDevice(pNumPasses);
}

HRESULT STDMETHODCALLTYPE D3D8Device::GetInfo(DWORD DevInfoID, void* pDevInfoStruct, DWORD DevInfoStructSize);

HRESULT STDMETHODCALLTYPE D3D8Device::SetPaletteEntries(UINT PaletteNumber, const PALETTEENTRY* pEntries) {
StateChange();
return GetD3D9()->SetPaletteEntries(PaletteNumber, pEntries);
Expand Down

0 comments on commit 82ad765

Please sign in to comment.