Skip to content

Commit

Permalink
Create fix for From Dust (33460) (#170)
Browse files Browse the repository at this point in the history
Fix the loading issue for From Dust.
  • Loading branch information
kasha695 authored Dec 14, 2024
1 parent c5781c1 commit f2d5f35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-steam/33460.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Game fix for From Dust"""

from protonfixes import util


def main() -> None:
"""Game will get stuck on initial loading screen unless these are disabled"""
util.disable_esync()
util.disable_fsync()

0 comments on commit f2d5f35

Please sign in to comment.