aboutsummaryrefslogtreecommitdiff
path: root/emulators/libretro-reicast/pkg-message
blob: 95c40118d33468efc106bf36379615e735ecc75e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{ type: install
  message: <<EOM


On some hardware, The libretro core of reicast may not run if dynarec is
enabled.

It is recommended to set alpha sorting to per-triangle, as follows:

In ~/.config/retroarch/
reicast_alpha_sorting = "per-triangle (normal)"

It is recommended to enable DSP support:

reicast_enable_dsp = "enabled"

in ~/.config/reicast/emu.cfg:

Dynarec.DspEnabled = 1
Dynarec.Enabled = no
Dynarec.idleskip = yes
Dynarec.safe-mode = yes
Dynarec.unstable-opt = no
#aica.AutoLatency = no
#aica.DSPEnabled = no

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