Skip to content

Commit

Permalink
Update fixes for YUZUSOFT titles (#115)
Browse files Browse the repository at this point in the history
* Remove fix for Senren * Banka

* Update fix for Riddle Joker

* Update fix for Café Stella and the Reaper's Butterflies

* Update fix for Sanoba Witch FHD Edition

* Update fix for Sabbat of the Witch

* Prevent crashes for Sabbat of the Witch

* Revert "Update fix for Sanoba Witch FHD Edition"

This reverts commit fec1850.
  • Loading branch information
R1kaB3rN authored Aug 31, 2024
1 parent 116af40 commit 0d33bbe
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 34 deletions.
1 change: 0 additions & 1 deletion gamefixes-gog/umu-1453911006.py

This file was deleted.

12 changes: 0 additions & 12 deletions gamefixes-steam/1144400.py

This file was deleted.

12 changes: 5 additions & 7 deletions gamefixes-steam/1277930.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
""" Game fix for Riddle Joker
"""
"""Game fix for Riddle Joker"""

from protonfixes import util

def main():
"""Install quartz, wmp11, qasf

def main():
"""
Fixes in-game video playback for the intro and ending.
"""
util.protontricks('quartz')
util.protontricks('wmp11')
util.protontricks('qasf')
util.disable_protonmediaconverter()
12 changes: 5 additions & 7 deletions gamefixes-steam/1829980.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
""" Game fix for Café Stella and the Reaper's Butterflies
"""
"""Game fix for Café Stella and the Reaper's Butterflies"""

from protonfixes import util

def main():
"""Install quartz, wmp11, qasf

def main():
"""
Fixes in-game video playback for the intro and ending.
"""
util.protontricks('quartz')
util.protontricks('wmp11')
util.protontricks('qasf')
util.disable_protonmediaconverter()
15 changes: 8 additions & 7 deletions gamefixes-steam/888790.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
""" Game fix for Sabbat of the Witch
"""
"""Game fix for Sabbat of the Witch"""

from protonfixes import util

def main():
"""Install quartz, wmp11, qasf

def main():
"""
Fixes in-game video playback for the intro and ending.
"""
util.protontricks('quartz')
util.protontricks('wmp11')
util.protontricks('qasf')
util.disable_protonmediaconverter()
# Changes the video renderer to 'overlay' to prevent random crashes
# See https://github.com/Open-Wine-Components/umu-protonfixes/pull/115#issuecomment-2319197337
util.append_argument("-vomstyle=overlay")

0 comments on commit 0d33bbe

Please sign in to comment.