mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
[ui] fix dropdown being populated on ISO selection when no device is present
* Also remove unneeded code in libfat.h * Also set rufus-next to 2.3
This commit is contained in:
parent
9e7b0bad89
commit
0e59b86abc
5 changed files with 22 additions and 20 deletions
|
@ -26,7 +26,6 @@
|
|||
extern uint32_t LIBFAT_SECTOR_SHIFT;
|
||||
extern uint32_t LIBFAT_SECTOR_SIZE;
|
||||
extern uint32_t LIBFAT_SECTOR_MASK;
|
||||
#define MAX_LIBFAT_SECTOR_SIZE 4096
|
||||
//#define LIBFAT_SECTOR_SHIFT 9
|
||||
//#define LIBFAT_SECTOR_SIZE 512
|
||||
//#define LIBFAT_SECTOR_MASK 511
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue