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

vm_native: trying to fix sparse file issues #10331

Merged
merged 2 commits into from
May 24, 2021
Merged

Commits on May 24, 2021

  1. vm_native: improve sparse file implementation (Win32)

    Fix sparse attribute set/check, improve logic.
    Implement actual check of file data.
    Ask to restart RPCS3 first time (Win7 bug).
    Nekotekina committed May 24, 2021
    Configuration menu
    Copy the full SHA
    191cb92 View commit details
    Browse the repository at this point in the history
  2. vm_native: improve sparse file check (Linux/BSD)

    Use lseek(FIND_DATA) to check for sparse file support.
    Nekotekina committed May 24, 2021
    Configuration menu
    Copy the full SHA
    5db38c0 View commit details
    Browse the repository at this point in the history