mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 08:34:27 -04:00
[ui] remember last selected device
* Closes #35 * Also update syslinux resources
This commit is contained in:
parent
a851d66e7c
commit
ce499c95d7
6 changed files with 33 additions and 20 deletions
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
diff --git a/core/fs/lib/loadconfig.c b/core/fs/lib/loadconfig.c
|
||||
index c9652b6..4dfe1b9 100644
|
||||
index c9652b6..8ed301e 100644
|
||||
--- a/core/fs/lib/loadconfig.c
|
||||
+++ b/core/fs/lib/loadconfig.c
|
||||
@@ -10,6 +10,8 @@
|
||||
|
@ -11,13 +11,12 @@ index c9652b6..4dfe1b9 100644
|
|||
*/
|
||||
int generic_load_config(void)
|
||||
{
|
||||
@@ -17,12 +19,15 @@ int generic_load_config(void)
|
||||
NULL, /* CurrentDirName */
|
||||
@@ -18,11 +20,14 @@ int generic_load_config(void)
|
||||
"/boot/syslinux",
|
||||
"/syslinux",
|
||||
"/",
|
||||
+ "/boot/isolinux",
|
||||
+ "/isolinux",
|
||||
"/",
|
||||
NULL
|
||||
};
|
||||
static const char *filenames[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue