-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows: move config.yml and games.yml to /config/, move log files to /log #16494
base: master
Are you sure you want to change the base?
Conversation
I've added the code for the log move. |
is the lock file |
No, why would it? |
No, it doesn't need to be moved to log folder if it is not related to log. Just asked to understand which module is using |
Any reason why this rearrangement is Windows-only, other than I guess the fact that RPCS3 binaries and configs on windows are all stored together in one loose folder unlike macOS/Linux/etc? |
Because on other OSs there already exists a specified config folder. |
#ifdef _WIN32
codeThis moves the old file to the new location if there isn't a file already.
fixes #16478