- backend update from GZDoom.

* Vulkan backend updated.
* zlib replaced with miniz.
* FileReader is now 64 bit capable.
* jpeg replaced with stb-image.
* CMake project warnings fixed.
This commit is contained in:
Christoph Oelckers 2023-09-23 09:56:27 +02:00
parent a3aa2e877e
commit 4a87003408
144 changed files with 21908 additions and 60392 deletions

View file

@ -2606,7 +2606,6 @@ FxExpression *FxAssignSelf::Resolve(FCompileContext &ctx)
ExpEmit FxAssignSelf::Emit(VMFunctionBuilder *build)
{
assert(ValueType == Assignment->ValueType);
ExpEmit pointer = Assignment->Address; // FxAssign should have already emitted it
if (!pointer.Target)
{