mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[XAM] Increase free space on HDD device
Defiance requires at least 5 GB of free space to install.
This commit is contained in:
parent
7797adf5f2
commit
418de9b7f2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ namespace xam {
|
|||
static constexpr DummyDeviceInfo dummy_hdd_device_info_ = {
|
||||
DummyDeviceId::HDD, DeviceType::HDD,
|
||||
20ull * ONE_GB, // 20GB
|
||||
3ull * ONE_GB, // 3GB, so it looks a little used.
|
||||
10ull * ONE_GB, // 10GB.
|
||||
u"Dummy HDD",
|
||||
};
|
||||
static constexpr DummyDeviceInfo dummy_odd_device_info_ = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue