Skip to content

Commit

Permalink
Merge pull request #80 from goatcorp/update-submodules
Browse files Browse the repository at this point in the history
Update submodules for patching fix
  • Loading branch information
Blooym authored Oct 3, 2023
2 parents 20781bb + 9fefb54 commit b6e831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVQuickLauncher
Submodule FFXIVQuickLauncher updated 29 files
+28 −5 src/XIVLauncher.Common.Unix/Compatibility/GameFixes/Implementations/MacVideoFix.cs
+24 −45 src/XIVLauncher.Common/Dalamud/AssetManager.cs
+5 −12 src/XIVLauncher.Common/Dalamud/DalamudUpdater.cs
+3 −3 src/XIVLauncher.Common/Patching/IndexedZiPatch/IndexedZiPatchIndex.cs
+3 −5 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/AddDirectoryChunk.cs
+3 −5 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/ApplyFreeSpaceChunk.cs
+3 −5 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/ApplyOptionChunk.cs
+3 −5 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/DeleteDirectoryChunk.cs
+3 −4 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/EndOfFileChunk.cs
+3 −3 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/FileHeaderChunk.cs
+7 −7 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkChunk.cs
+9 −12 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkCommand/SqpkAddData.cs
+6 −9 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkCommand/SqpkDeleteData.cs
+6 −9 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkCommand/SqpkExpandData.cs
+5 −8 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkCommand/SqpkFile.cs
+2 −5 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkCommand/SqpkHeader.cs
+2 −5 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkCommand/SqpkIndex.cs
+3 −5 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkCommand/SqpkPatchInfo.cs
+3 −4 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/SqpkCommand/SqpkTargetInfo.cs
+3 −4 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/XXXXChunk.cs
+9 −8 src/XIVLauncher.Common/Patching/ZiPatch/Chunk/ZiPatchChunk.cs
+30 −0 src/XIVLauncher.Common/Patching/ZiPatch/Util/AdvanceOnDispose.cs
+7 −8 src/XIVLauncher.Common/Patching/ZiPatch/Util/SqexFileStream.cs
+1 −1 src/XIVLauncher.Common/Patching/ZiPatch/Util/SqpackDatFile.cs
+22 −2 src/XIVLauncher.Common/Util/PlatformHelpers.cs
+2 −2 src/XIVLauncher/Resources/CHANGELOG.txt
+10 −0 src/XIVLauncher/Updates.cs
+10 −0 src/XIVLauncher/Windows/ViewModel/MainWindowViewModel.cs
+1 −1 src/XIVLauncher/XIVLauncher.csproj

0 comments on commit b6e831e

Please sign in to comment.