Skip to content
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

Wipe clean VSH's temporary directory of choice, remove game install cache at boot #11347

Merged
merged 3 commits into from
May 21, 2022

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Jan 7, 2022

Furthermore:

  • Discontinue the harmful cleaning of HDD1 cache during game process respawn. Cache should remain intact during so.
  • Attempt to remove all HDD0's temporary game data created by cellGame, at boot - It may persist if RPCS3 has been closed unexpectedly.

Fixes #11330

}

// Wipe clean VSH's temporary directory of choice
if (!fs::remove_all(dev_hdd0 + "tmp/", false, true))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer this being optional. At least in config

Utilities/File.cpp Outdated Show resolved Hide resolved
@Megamouse Megamouse added the VSH label Jan 9, 2022
rpcs3/Emu/System.cpp Outdated Show resolved Hide resolved
@elad335 elad335 changed the title Wipe clean VSH's temporary directory of choice at boot Wipe clean VSH's temporary directory of choice, remove game install cache at boot May 19, 2022
@elad335 elad335 force-pushed the tmp branch 2 times, most recently from e0182df to 7da6d5c Compare May 19, 2022 18:38
@elad335
Copy link
Contributor Author

elad335 commented May 19, 2022

Updated pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Documentation] Deletion of VSH/XMB config files does not fully reset configuration
4 participants