mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[dxgi] Fixed error message formatting in DxgiDevice
This commit is contained in:
parent
56e7389495
commit
58fa815926
@ -125,7 +125,7 @@ namespace dxvk {
|
|||||||
IDXGIResource* const* ppResources,
|
IDXGIResource* const* ppResources,
|
||||||
DXGI_OFFER_RESOURCE_PRIORITY Priority) {
|
DXGI_OFFER_RESOURCE_PRIORITY Priority) {
|
||||||
|
|
||||||
Logger::err("DxgiDevice::OfferResources: not implemented");
|
Logger::err("DxgiDevice::OfferResources: Not implemented");
|
||||||
return DXGI_ERROR_UNSUPPORTED;
|
return DXGI_ERROR_UNSUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -134,13 +134,13 @@ namespace dxvk {
|
|||||||
UINT NumResources,
|
UINT NumResources,
|
||||||
IDXGIResource* const* ppResources,
|
IDXGIResource* const* ppResources,
|
||||||
BOOL* pDiscarded) {
|
BOOL* pDiscarded) {
|
||||||
Logger::err("DxgiDevice::ReclaimResources: not implemented");
|
Logger::err("DxgiDevice::ReclaimResources: Not implemented");
|
||||||
return DXGI_ERROR_UNSUPPORTED;
|
return DXGI_ERROR_UNSUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
HRESULT STDMETHODCALLTYPE DxgiDevice::EnqueueSetEvent(HANDLE hEvent) {
|
HRESULT STDMETHODCALLTYPE DxgiDevice::EnqueueSetEvent(HANDLE hEvent) {
|
||||||
Logger::err("DxgiDevice::EnqueueSetEvent: not implemented");
|
Logger::err("DxgiDevice::EnqueueSetEvent: Not implemented");
|
||||||
return DXGI_ERROR_UNSUPPORTED;
|
return DXGI_ERROR_UNSUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user