mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Fix for gcc/clang build
This commit is contained in:
parent
cc0c3fc98d
commit
6cb036d35f
9 changed files with 108 additions and 86 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#ifdef DX12_SUPPORT
|
||||
#include "Emu/Memory/vm.h"
|
||||
#include "TextureUtils.h"
|
||||
#include "../RSXThread.h"
|
||||
|
@ -541,4 +542,5 @@ std::vector<MipmapLevelInfo> uploadPlacedTexture(const RSXTexture &texture, size
|
|||
return writeTexelsGeneric((char*)pixels, (char*)textureData, w, h, blockSizeInByte, texture.GetMipmap());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue