mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01: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
|
|
@ -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…
Reference in a new issue