Dolphin, the GameCube and Wii emulator - Forums
Screenshot Directory - 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: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion)
+--- Thread: Screenshot Directory (/Thread-screenshot-directory)



Screenshot Directory - inthenameofDT - 12-23-2016

Hey, my apologies if this has been asked before, some quick searches didn't help, or perhaps I just suck.

Is there a way to change the default directory for screenshots? Thanks in advance.


RE: Screenshot Directory - JosJuice - 12-23-2016

There's no way to change the screenshot directory specifically, but there are some ways to change the whole user directory (e.g. with portable.txt), which in turn changes the screenshot directory location because the screenshot directory is in the user directory.


RE: Screenshot Directory - Neui - 12-23-2016

You could create a link, that redirects the screenshot-directory to an another directory of your choice. If you're on windows, there's "mklink /D ScreenShots TARGET_DIR" (requires admin and this example assumes you're in the "Dolphin Emulator"-Directory (where that folder is stored)). If you're on linux instead, there's "ln TARGET_DIR ScreenShots"