ps2homebrew / wLaunchELF

ELF loader and File browser for Sony PlayStation 2
Other
500 stars 51 forks source link

Replace bhdd: access with dvr_hdd: access #65

Closed uyjulian closed 2 years ago

uyjulian commented 3 years ago

Pull Request checklist

Note: these are not necessarily requirements

Pull Request description

DVRP access through dvr_hdd instead of through bhdd.

Since 48-bit access is blocked by the DVRP, this will allow file access over the 137GiB barrier and also allow write access.

Depends on https://github.com/ps2dev/ps2sdk/pull/224 and (optionally) https://github.com/ps2dev/ps2sdk/pull/225