mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 09:55:11 -04:00
[core] limit large FAT32 to 1 TB
* 1.5 and 2 TB formatting is too flaky for now - remove it * This limitation can be disabled with Alt-S * Also fix various smaller issues
This commit is contained in:
parent
0938c56fdc
commit
bb2949e557
6 changed files with 24 additions and 16 deletions
|
@ -51,6 +51,7 @@
|
|||
#define PROPOSEDLABEL_TOLERANCE 0.10
|
||||
#define FS_DEFAULT FS_FAT32
|
||||
#define LARGE_FAT32_SIZE (32*1073741824LL) // Size at which we need to use fat32format
|
||||
#define MAX_FAT32_SIZE 1.0f // Threshold above which we disable FAT32 formatting (in TB)
|
||||
#define WHITE RGB(255,255,255)
|
||||
#define SEPARATOR_GREY RGB(223,223,223)
|
||||
#define RUFUS_URL "http://rufus.akeo.ie"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue