mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-04 08:29:50 -04:00
[core] add INI file/portable support
* Application will start in portable mode if its name contains a 'p' eg. "rufus_portable.exe" or "prufus.exe" * Closes #264 * Also fix a couple smaller issues
This commit is contained in:
parent
7b0a5abab1
commit
17872dc1de
13 changed files with 369 additions and 79 deletions
|
@ -107,7 +107,7 @@ out:
|
|||
static __inline BOOL IsVHD(const char* buffer)
|
||||
{
|
||||
int i;
|
||||
// List of the Friendly Names of the VHD devices we know
|
||||
// List of the Hardware IDs of the VHD devices we know
|
||||
const char* vhd_name[] = {
|
||||
"Arsenal_________Virtual_",
|
||||
"KernSafeVirtual_________",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue