diff --git a/misc/heimdall/patch_filepartindex.patch b/misc/heimdall/patch_filepartindex.patch new file mode 100644 index 0000000..252fde4 --- /dev/null +++ b/misc/heimdall/patch_filepartindex.patch @@ -0,0 +1,16 @@ +--- a/heimdall/source/BridgeManager.cpp 2021-07-01 20:11:25.904083328 +0300 ++++ b/heimdall/source/BridgeManager.cpp 2021-07-01 20:16:20.223490117 +0300 +@@ -1107,6 +1107,13 @@ bool BridgeManager::SendFile(FILE *file, + success = ReceivePacket(sendFilePartResponse); + int receivedPartIndex = sendFilePartResponse->GetPartIndex(); + ++ if (filePartIndex == 0) ++ { ++ // Hack ++ success = true; ++ receivedPartIndex = filePartIndex; ++ } ++ + delete sendFilePartResponse; + + if (!success)