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

Emulation: Fix boot path resolving #10074

Merged
merged 2 commits into from
Apr 8, 2021
Merged

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Apr 6, 2021

Bugfixes

  • Fix /dev_flash executables path arg. (/host_root is wrong for it)
  • Fix usage of /host_root for homebrew applications when it is not mounted, use /app_home.
  • Fix path source detection. Don't get fooled by path slashes repetitions, symlinks, '.', ".." (and \ on Windows).
  • Unescape tail of /dev_hdd0 paths.
  • Log an error about HG games booted outside of /dev_hdd0

Fixes #7950
Fixes #5507

@elad335
Copy link
Contributor Author

elad335 commented Apr 8, 2021

  • Fix fs::escape_path for network locations
  • Don't get fooled by '.' and ".." as well.

@elad335 elad335 force-pushed the host-root branch 10 times, most recently from 922e2e4 to 366d03e Compare April 8, 2021 17:59
@elad335
Copy link
Contributor Author

elad335 commented Apr 8, 2021

  • Log an error about HG games booted outside of /dev_hdd0.

elad335 added 2 commits April 8, 2021 23:19
* Fix /dev_flash executables path arg. (/host_root is wrong for it)
* Fix usage of /host_root for homebrew applications when it is not mounted, use /app_home.
* Fix path source detection. (don't get fooled by path slashes repetitions, symlinks, '.', ".." and ('\' on Windows))
* Unescape tail of /dev_hdd0 paths.
@Nekotekina Nekotekina merged commit d2b761b into RPCS3:master Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants