Files
ports/emulators/libretro-flycast/pkg-message
T
2022-05-19 10:49:21 -07:00

15 lines
412 B
Plaintext

[
{ 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
}
]