Cannonball can optionally use two binary files for fixing some graphics in widescreen mode. Conveniently, these files can be downloaded with the Retroarch content downloader which downloads these files and other instructions. These files are packaged in a directory called res/ which is a subdirectory in the directory where the Outrun roms should be placed.
The issue is that the core does not load the files in res/, unless the current working directory where Retroarch is run from is the same directory where res/ is.
The core should search for res/* in the same directory where it is loading roms from.
Noticed on Retroarch Linux from Testing PPA on Kubuntu 18.04.
Cannonball can optionally use two binary files for fixing some graphics in widescreen mode. Conveniently, these files can be downloaded with the Retroarch content downloader which downloads these files and other instructions. These files are packaged in a directory called
res/which is a subdirectory in the directory where the Outrun roms should be placed.The issue is that the core does not load the files in
res/, unless the current working directory where Retroarch is run from is the same directory whereres/is.The core should search for
res/*in the same directory where it is loading roms from.Noticed on Retroarch Linux from Testing PPA on Kubuntu 18.04.