Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Root-Core committed Oct 18, 2024
1 parent 4ad2c3c commit 0f58f93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/1233880.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Disgaea 4 Complete+"""

from .. import util

def main() -> None:
"""Usually won't reach menu unless Esync and Fsync are disabled"""
util.disable_esync()
util.disable_fsync()

0 comments on commit 0f58f93

Please sign in to comment.