mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 23:15:57 +03:00
[GH-ISSUE #121] Working Path or Portable Mode #13
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acidnine on GitHub (Jan 10, 2025).
Original GitHub issue: https://github.com/gopher64/gopher64/issues/121
In windows it would be nice to be able to specify the working directory or have a portable mode with a file or argument. Currently it points to %appdata%\gopher64 to place the config and saves and since the executable is already portable it would be nice to be able to keep the pathing local so save data would stick to the path it's running from (implementation could be like how Dolphin emulator will run its config from the launched folder if it sees an empty portable.txt file).