You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cosmetic FR.
Don't know why config.yml and games.yml configuration files are the only ones not provided in the commonly used config folder.
It seems to me more logical to move them also on that common folder.
Also the log files rpcs3.log, rpcs3.zip and TTY.log files should be decoupled from .dll, .exe files providing them under a commonly used log folder
Details
No response
The text was updated successfully, but these errors were encountered:
I don't think moving the log files is a smart choice.
All the tutorials and instructions would have to be changed and I don't see a valid reason to move them other than "I would like them to be somewhere else"
IMO, it's not a preference but a standard in any application to collect also log files in a folder (not mixing them with unrelated files such as binaries, dll etc.). Folders are already used for all other stuffs such as config, captures, patches, screenshot etc. so just asked to make the code consistent doing the same for logs.
It is controversial to belittle the most important stuff for troubleshooting (logs are mandatory for any bug report) not giving to it a proper location (highlighting its importance) preferring to mix it with something different with the risk also to cut&paste (e.g. when you have to collect them for a bug report) wrong files (e.g. binaries).
Users could simply open (e.g. with file explorer) the log folder and zip/drag&drop the entire folder or the specific files (RPCS3.zip, RPCS3.log etc.). It is more readable, with no risk and no need to filter out unrelated stuff.
Updating a tutorial is not a problem. Also, if you see a folder named log everyone understands, more than it is now, that log files are there).
Quick summary
A cosmetic FR.
Don't know why
config.yml
andgames.yml
configuration files are the only ones not provided in the commonly usedconfig
folder.It seems to me more logical to move them also on that common folder.
Also the log files
rpcs3.log
,rpcs3.zip
andTTY.log
files should be decoupled from.dll
,.exe
files providing them under a commonly usedlog
folderDetails
No response
The text was updated successfully, but these errors were encountered: