Skip to content

Commit

Permalink
fixes: Remove redundant dinput8 overrides (#165)
Browse files Browse the repository at this point in the history
dinput8 is now default n,b in Proton Bleeding Edge
  • Loading branch information
Blisto91 authored Dec 1, 2024
1 parent 091ac30 commit 556fcfc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions gamefixes-gog/umu-1141086411.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

def main() -> None:
util.winedll_override('d3d8', 'n,b') # GOG's dxcfg / Steam006 fixes
util.winedll_override(
'dinput8', 'n,b'
) # GOG's controller fix / Silent Hill 4: Wrapper by Nemesis / ThirteenAG's widescreen fix
util.winedll_override(
'dsound', 'n,b'
) # Ultimate ASI Loader / Silent Hill 4 Randomizer
1 change: 0 additions & 1 deletion gamefixes-steam/211420.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ def main() -> None:

# In case if someone wishes to use DSfix
util.protontricks('dinput8')
util.winedll_override('dinput8', 'n')

util.protontricks('win7')
1 change: 0 additions & 1 deletion gamefixes-steam/251150.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ def main() -> None:
util.protontricks('quartz') # Cutscene fixes
util.protontricks('amstream')
util.protontricks('lavfilters')
util.winedll_override('dinput8', 'n,b') # Set for the SoraVoice mod
1 change: 0 additions & 1 deletion gamefixes-steam/251290.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ def main() -> None:
util.protontricks('quartz') # Cutscene fixes
util.protontricks('amstream')
util.protontricks('lavfilters')
util.winedll_override('dinput8', 'n,b') # Set for the SoraVoice mod
1 change: 0 additions & 1 deletion gamefixes-steam/436670.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ def main() -> None:
util.protontricks('quartz') # Cutscene fixes
util.protontricks('amstream')
util.protontricks('lavfilters')
util.winedll_override('dinput8', 'n,b') # Set for the SoraVoice mod
1 change: 0 additions & 1 deletion gamefixes-steam/65540.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def main() -> None:
# Gothic 1: https://steamcommunity.com/sharedfiles/filedetails/?id=3054112346
# Gothic 2: https://steamcommunity.com/sharedfiles/filedetails/?id=3054078559
util.winedll_override('dinput', 'n,b')
util.winedll_override('dinput8', 'n,b')


def set_resolution() -> None:
Expand Down

0 comments on commit 556fcfc

Please sign in to comment.