dx11: VersionHelpers.h -> versionhelpers.h

the mingw version is all lowercase
This commit is contained in:
Flyinghead 2022-01-19 14:37:49 +01:00
parent dcd48f4264
commit 45ba648622
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*/ */
#include "dx11_texture.h" #include "dx11_texture.h"
#include "dx11context.h" #include "dx11context.h"
#include <VersionHelpers.h> #include <versionhelpers.h>
void DX11Texture::UploadToGPU(int width, int height, u8* temp_tex_buffer, bool mipmapped, bool mipmapsIncluded) void DX11Texture::UploadToGPU(int width, int height, u8* temp_tex_buffer, bool mipmapped, bool mipmapsIncluded)
{ {