Skip to content

Commit

Permalink
patches: add ffxiv hydaelyn intro fix (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 2, 2023
1 parent c10e04a commit cef4d47
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions patches/game-patches/ffxiv_hydaelyn_intro_playback_fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
diff --git a/dlls/winegstreamer/wma_decoder.c b/dlls/winegstreamer/wma_decoder.c
index eff8c414ea8..ae54e7336e0 100644
--- a/dlls/winegstreamer/wma_decoder.c
+++ b/dlls/winegstreamer/wma_decoder.c
@@ -1030,13 +1030,6 @@ HRESULT wma_decoder_create(IUnknown *outer, IUnknown **out)

TRACE("outer %p, out %p.\n", outer, out);

- if (!(transform = wg_transform_create(&input_format, &output_format, &attrs)))
- {
- ERR_(winediag)("GStreamer doesn't support WMA decoding, please install appropriate plugins\n");
- return E_FAIL;
- }
- wg_transform_destroy(transform);
-
if (!(decoder = calloc(1, sizeof(*decoder))))
return E_OUTOFMEMORY;

4 changes: 4 additions & 0 deletions patches/protonprep-valve-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@

echo "WINE: -GAME FIXES- Add Star Citizen EAC patch and wrap it around SteamGameId=starcitizen envvar"
patch -Np1 < ../patches/game-patches/star-citizen-eac.patch

#https://github.com/ValveSoftware/Proton/issues/580#issuecomment-1588435182
echo "WINE: -GAME FIXES- Fix FFXIV not playing Hydaelyn intro video on new install"
patch -Np1 < ../patches/game-patches/ffxiv_hydaelyn_intro_playback_fix.patch

### END GAME PATCH SECTION ###

Expand Down

0 comments on commit cef4d47

Please sign in to comment.