File tree Expand file tree Collapse file tree 5 files changed +42
-22
lines changed Expand file tree Collapse file tree 5 files changed +42
-22
lines changed Original file line number Diff line number Diff line change
1
+ """ Game fix for Senren*Banka
2
+ """
3
+ from protonfixes import util
4
+
5
+ def main ():
6
+ """Install quartz, wmp11, qasf
7
+
8
+ Fixes in-game video playback for the intro and ending.
9
+ """
10
+ util .protontricks ('quartz' )
11
+ util .protontricks ('wmp11' )
12
+ util .protontricks ('qasf' )
Original file line number Diff line number Diff line change 1
- """Game fix for Riddle Joker"""
2
-
1
+ """ Game fix for Riddle Joker
2
+ """
3
3
from protonfixes import util
4
4
5
+ def main ():
6
+ """Install quartz, wmp11, qasf
5
7
6
- def main () -> None :
7
- """Fixes in-game video playback for the intro and ending."""
8
- util .disable_protonmediaconverter ()
8
+ Fixes in-game video playback for the intro and ending.
9
+ """
10
+ util .protontricks ('quartz' )
11
+ util .protontricks ('wmp11' )
12
+ util .protontricks ('qasf' )
Original file line number Diff line number Diff line change 1
- """Game fix for Café Stella and the Reaper's Butterflies"""
2
-
1
+ """ Game fix for Cafe Stella
2
+ """
3
3
from protonfixes import util
4
4
5
+ def main ():
6
+ """Install quartz, wmp11, qasf
5
7
6
- def main () -> None :
7
- """Fixes in-game video playback for the intro and ending."""
8
- util .disable_protonmediaconverter ()
8
+ Fixes in-game video playback for the intro and ending.
9
+ """
10
+ util .protontricks ('quartz' )
11
+ util .protontricks ('wmp11' )
12
+ util .protontricks ('qasf' )
Original file line number Diff line number Diff line change 1
- """Game fix for Sanoba Witch FHD Edition"""
2
-
1
+ """ Game fix for Sanoba Witch FHD Edition
2
+ """
3
3
from protonfixes import util
4
4
5
-
6
- def main () -> None :
5
+ def main ():
7
6
"""Install quartz, wmp11, qasf
8
7
9
8
Fixes in-game video playback for the intro and ending.
Original file line number Diff line number Diff line change 1
- """Game fix for Sabbat of the Witch"""
2
-
1
+ """ Game fix for Sabbat of the Witch
2
+ """
3
3
from protonfixes import util
4
4
5
+ def main ():
6
+ """Install quartz, wmp11, qasf
5
7
6
- def main () -> None :
7
- """Fixes in-game video playback for the intro and ending."""
8
- util .disable_protonmediaconverter ()
9
- # Changes the video renderer to 'overlay' to prevent random crashes
10
- # See https://github.com/Open-Wine-Components/umu-protonfixes/pull/115#issuecomment-2319197337
11
- util .append_argument ('-vomstyle=overlay' )
8
+ Fixes in-game video playback for the intro and ending.
9
+ """
10
+ util .protontricks ('quartz' )
11
+ util .protontricks ('wmp11' )
12
+ util .protontricks ('qasf' )
You can’t perform that action at this time.
0 commit comments