mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 22:45:21 -04:00
[ui] enable some settings and cheat modes to be persisted
* Currently, the user settings that are persisted are: - Advanced mode (UI) - Timestamps preservation (Alt-T) - Proper unit Display (Alt-U) - USB debug (Alt.) - Fake drives detection (Alt-B) - Dual UEFI+BIOS for Windows images (Alt-E) - Force Large FAT32 formatting (Alt-L) - VMWare Disk Detection (Alt-W) * Settings that are *NOT* persisted include: - UDB HDD listing (too dangerous!) - NTFS compression (Alt-N) - ISO/Joliet/Rock-Ridge (too confusing if not reset) - Disabling of size limits (Alt-S) * Closes #436
This commit is contained in:
parent
1dc974bb24
commit
a9b681976a
6 changed files with 60 additions and 30 deletions
|
@ -41,8 +41,7 @@
|
|||
#include "usb.h"
|
||||
|
||||
extern StrArray DriveID, DriveLabel;
|
||||
extern BOOL enable_HDDs, use_fake_units, enable_vmdk;
|
||||
BOOL usb_debug = FALSE;
|
||||
extern BOOL enable_HDDs, use_fake_units, enable_vmdk, usb_debug;
|
||||
|
||||
/*
|
||||
* Get the VID, PID and current device speed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue