http://bugs.winehq.org/show_bug.cgi?id=59368 Bug ID: 59368 Summary: [feature request] Allow app developers to set dlloverrides Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: fatihbakal7@protonmail.com Distribution: --- Whilst most projects specify dll overrides in their documentation this'd allow the developer of the app to configure the default behaviour.
GameFolder
game.exe game2.exe `wine_dll_overrides.toml`
wine_dll_overrides.toml would look something like ``` [game.exe] dinput8=n,b winmm=n,b [game2.exe] rtworkq=n,b ``` Might make a PR for this depending on what upstream folks think -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.