![]() |
|
m3u support (issue) - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: m3u support (issue) (/Thread-m3u-support-issue) |
m3u support (issue) - shinji257 - 01-22-2022 When passing m3u files via the commandline it seems to only look in the following locations: Where you are executing the command from. Location of image relative to root of the current drive. However I would think these locations should also be checked as well since they are more likely to have the files that Dolphin is looking for in the m3u file. Location of where the M3U actually is as passed by the command line Location of any defined library locations in the emulator already Any chance of changing/updating this behavior? RE: m3u support (issue) - JosJuice - 01-22-2022 If you enter a relative path in the m3u file, Dolphin is supposed to treat it as relative to the directory where the m3u file is. But maybe there is a bug... If you specify the path to the m3u file as an absolute path instead of a relative path (when specifying the m3u file on the command line), do relative paths in the m3u file work as expected? If not, could you upload the m3u file and show exactly what you're typing on the command line? |