-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[xlcore][feature] Dxvk settings rework #1205
Commits on Dec 6, 2022
-
fix: Launcher.cs changed to work with xlcore
* Change the 4th arg in constructor to have a default value of null * xlcore calls this with only 3 args, so this allows compiling.
Configuration menu - View commit details
-
Copy full SHA for fe921f6 - Browse repository at this point
Copy the full SHA fe921f6View commit details -
feat: add DxvkSettings & related
* Add dxvkVersion * Move dxvkAsync, dxvkHud into DxvkSettings * Set up dictionary for setting env vars. This will allow arbitrary number of vars to be set. * Reworked CompatibilityTools to support new features.
Configuration menu - View commit details
-
Copy full SHA for 72bd2e4 - Browse repository at this point
Copy the full SHA 72bd2e4View commit details -
feat: add frame rate limit support
* uses DXVK_FRAME_RATE, so doesn't work with wineD3D * leave unset instead of 0, since that lets the user script it.
Configuration menu - View commit details
-
Copy full SHA for 001ff3e - Browse repository at this point
Copy the full SHA 001ff3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc2a5a - Browse repository at this point
Copy the full SHA 7cc2a5aView commit details -
feat: add support for MangoHud
* Default is with no config * Custom will allow custom path to config file Currently uses ~/.config/MangoHud/MangoHud.conf by default. * Full shows almost everything. Very fun on a cpu with lots of cores and threads.
Configuration menu - View commit details
-
Copy full SHA for c0f50f7 - Browse repository at this point
Copy the full SHA c0f50f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8381d03 - Browse repository at this point
Copy the full SHA 8381d03View commit details
Commits on Dec 7, 2022
-
fix: use Path.Combine in MangoHud Custom
* Use ~/.xlcore/MangoHud.conf as first option for MangoHud Custom * If that doesnt' exist, use ~/.config/MangoHud/wine-ffxiv_dx11.conf * Finally, fall back to ~/.config/MangoHud/MangoHud.conf If it can't find any of those, it'll just present the default.
Configuration menu - View commit details
-
Copy full SHA for aad9315 - Browse repository at this point
Copy the full SHA aad9315View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 435396e - Browse repository at this point
Copy the full SHA 435396eView commit details
Commits on Dec 10, 2022
-
fix: basic validity checking added for custom huds
* DXVK Hud will only accept alphanumeric, comma, and = * MangoHud config file must exist
Configuration menu - View commit details
-
Copy full SHA for 5dba7dc - Browse repository at this point
Copy the full SHA 5dba7dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4c4a4b - Browse repository at this point
Copy the full SHA e4c4a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fed4d - Browse repository at this point
Copy the full SHA d3fed4dView commit details -
fix: mangohud.conf logic was broken, now fixed.
* If the file is not found, it will now just not set the file path * This will cause MangoHud to fall back to default locations which is unlikely to work in flatpak, but that's okay. * If the value passed is empty, it'll try to find a few default paths in .xlcore and .config/MangoHud
Configuration menu - View commit details
-
Copy full SHA for 665abf2 - Browse repository at this point
Copy the full SHA 665abf2View commit details -
fix: flatpak breaks using fallback method
* set to empty config instead.
Configuration menu - View commit details
-
Copy full SHA for e31bf46 - Browse repository at this point
Copy the full SHA e31bf46View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b7aad - Browse repository at this point
Copy the full SHA f7b7aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0fb66 - Browse repository at this point
Copy the full SHA bf0fb66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad34feb - Browse repository at this point
Copy the full SHA ad34febView commit details -
* Change 1.10.2 & .3 to say safe to use. * Change 2.0 to be less redundant.
Configuration menu - View commit details
-
Copy full SHA for 87282c6 - Browse repository at this point
Copy the full SHA 87282c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47ddca - Browse repository at this point
Copy the full SHA f47ddcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ed999 - Browse repository at this point
Copy the full SHA 84ed999View commit details -
Configuration menu - View commit details
-
Copy full SHA for df1a3be - Browse repository at this point
Copy the full SHA df1a3beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a7b38 - Browse repository at this point
Copy the full SHA a4a7b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for c138a3a - Browse repository at this point
Copy the full SHA c138a3aView commit details
Commits on Dec 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f58c2f6 - Browse repository at this point
Copy the full SHA f58c2f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 391cc43 - Browse repository at this point
Copy the full SHA 391cc43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b33dc79 - Browse repository at this point
Copy the full SHA b33dc79View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d7139c4 - Browse repository at this point
Copy the full SHA d7139c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90849ae - Browse repository at this point
Copy the full SHA 90849aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b05cda - Browse repository at this point
Copy the full SHA 1b05cdaView commit details -
Merge pull request #13 from marzent/dxvk-settings-rework2
Dxvk settings rework additions
Configuration menu - View commit details
-
Copy full SHA for 84b9637 - Browse repository at this point
Copy the full SHA 84b9637View commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 810bcc9 - Browse repository at this point
Copy the full SHA 810bcc9View commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a5f6ffd - Browse repository at this point
Copy the full SHA a5f6ffdView commit details
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26b704c - Browse repository at this point
Copy the full SHA 26b704cView commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62fee28 - Browse repository at this point
Copy the full SHA 62fee28View commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3726cde - Browse repository at this point
Copy the full SHA 3726cdeView commit details