Emulator Issues #13200
openDolphin doesn't follow custom banner on symbolic links
0%
Description
What's the problem? Describe what went wrong.
Dolphin doesn't follow custom banner on symbolic links.
What steps will reproduce the problem?
Make a custom banner Test.png
for game Test.rvz
. Got a custom banner.
Make a symbolic link Test2.png -> Test.png
for a game Test2.rvz
. No custom banner.
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
Probably yes, on 5.0-18846.
Is the issue present in the latest stable version?
Yes, on 5.0-18498.
What are your PC specifications? (CPU, GPU, Operating System, more)
Linux.
Updated by lasers over 1 year ago
I think the better approach could be to have some file archive support so rvz
, png
, and/or xml
can be zipped in a single container.
Updated by lasers over 1 year ago
Dolphin uses target names instead of symbolic link names. That's why the custom banners didn't show up.