Skip to content

Commit

Permalink
Add grabfullscreen=y for helldivers 2, fixes #240
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Feb 24, 2025
1 parent bd21774 commit 9cab12a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-steam/553850.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Helldivers 2"""

from protonfixes import util


def main() -> None:
"""Installs prevent cursor from leaving window in borderless mode
"""
util.protontricks('grabfullscreen=y')

0 comments on commit 9cab12a

Please sign in to comment.