mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
fix boot order url parameter
This commit is contained in:
parent
258f98560b
commit
aa6bfcfb32
1 changed files with 1 additions and 1 deletions
|
|
@ -1978,7 +1978,7 @@ function start_emulation(profile, query_args)
|
|||
{
|
||||
settings.boot_order = boot_order;
|
||||
}
|
||||
if(settings.boot_order !== DEFAULT_BOOT_ORDER) new_query_args.set("boot_order", String(settings.boot_order));
|
||||
if(settings.boot_order !== DEFAULT_BOOT_ORDER) new_query_args.set("boot_order", settings.boot_order.toString(16));
|
||||
|
||||
if(settings.acpi === undefined)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue