ports/emulators/ares/pkg-message
Stefan Schlosser f162675ecb emulators/ares: Update 139.20240825 → 140
Release note:
https://ares-emu.net/news/ares-v140-released

Starting with version v140, emulators/ares will track release versions
instead of development versions.

The port applies an upstreamed patch to version v140, which resolves
the issues with NVIDIA GPUs. This obsoletes the NVIDIA port option.

PR:	281221
2024-09-03 21:53:27 +03:00

29 lines
1014 B
Plaintext

[
{ type: install
message: <<EOM
Users are encouraged to compile the port on their systems with
CFLAGS ?= -O3
CPUTYPE ?= native | ... | x86-64-v3 | ... | skylake | ...
WITH_LTO = yes
This can improve the performance of demanding cores like the N64.
The port provides the HOTKEYS option. This applies an inofficial patch which
locks all hotkey execution in the unpaused state of the emulator. This can be a
convenience for gamepad-only users who want to assign hotkey actions to gamepad
buttons but who don't have enough free unassigned buttons left on the gamepad.
The port uses the shaders from games/libretro-shaders-slang by default. Users
can curate and utilize their own provided collection of shaders by putting them
into the user data directory
${HOME}/.local/share/ares/Shaders/
ares won't process its own installed shaders if it finds any shaders in the user
data directory. Delete or rename the local shaders directory in order to make
ares use its own shaders again.
EOM
}
]