Skip to content

Nero v1.1.4 - Magnus iOS Phanta

Latest

Choose a tag to compare

@SeongGino SeongGino released this 02 Sep 16:50
· 3 commits to main since this release

(Yes, we've gotten that far in patch names. It makes more sense in context.1)

  • Added basic shortcuts for closing various popup windows in the interface and the main manager window (by @ern775)
  • Fixed Old GL Extensions workaround and OBS Vulkan Capture options not working due to missing a backslash in the key path (by @ern775)
  • Added option for forcing Proton runners to run on Integrated/Low-Power GPUs on dual graphics systems (usually those with a dedicated AMD/NVIDIA GPU in addition to an internal Intel or AMD card) (by @ern775)
  • Fix typo in Winetricks button (by @keenanweaver)
  • Fix NeroIco generation from getting caught up on otherwise harmless PNG size mismatch errors, which should allow things like EA's Origin app icons to extract properly.
    • still no dice on speed.exe, mrgrgrr...
  • Added support for, and set NTsync by default, for Proton runners that have NTsync patches merged.
    • This requires that the running kernel be built with /dev/ntsync support, which should be standard on Linux 6.14 and newer.
    • On average, this should fix issues with games that have historically had media issues, like videos in Marvel Ultimate Alliance (2006) and audio in all releases of Phantasy Star Universe, while maintaining the native-like performance of fsync - however, the patches themselves are still somewhat a work-in-progress and may be prone to some issues.
    • Users can force NTsync off, and fallback to fsync (original default, fallback on non-NTsync systems/runners), esync, and restrictive/no sync options as before, but the uses for these should be minimal.
  • Undo some unneeded path-related fuckery on one-time runner sessions.
  • Fix shortcuts always adding a new registry entry when setting a version override, modify existing entry if found.
  • For prefixes with debug output set to a non-No Debug Output option, also output environment and command line info into logs for one-time runner instances.
  • "Scapegoat" process used to initialize a new prefix uses a different command to reduce opening interactive but empty console windows on older Proton runners.
    • Old in this instance mostly refers to Proton 7 and below - generally the releases around the introduction of and prior to UWLGL/umu.
  • Fix rare, but potential out-of-bounds indexing error in the Winetricks entry filter loop.
  • Fix tab order (as in, the order that elements in the interface are selected by pressing the Tab key) in the various Nero Manager windows that didn't have hand-rolled tabbing order to begin with.