opnsense-ports/emulators/libretro-flycast/pkg-message
Franco Fichtner 6cdcb32caa */*: sync with upstream
Taken from: FreeBSD
2022-05-23 11:05:01 +02:00

14 lines
412 B
Text

[
{ type: install
message: <<EOM
The libretro core of flycast will not run if run ahead support is enabled.
Please set all lines in ~/.config/retroarch/retroarch.cfg that correspond to
the setting "run_ahead_enabled" to "false", as shown in the example below:
run_ahead_enabled = "false"
To troubleshoot issues, running retroarch with the -v argument may help to
acquire more diagnostic information.
EOM
}
]