mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-14 23:28:53 +00:00
i forgot that one
This commit is contained in:
parent
2aab635bfb
commit
500744e88a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Loader.boot = function() {
|
|||
var partition = device.partitions[system.partition];
|
||||
var loadstring = device.name + "/" + partition.name + "/" + system.kernel
|
||||
Emulator.output("\n\nTrying to boot " + loadstring + "..");
|
||||
Loader.state = 3;
|
||||
Loader.state = 4;
|
||||
Emulator.Request.include(loadstring, Loader.finished);
|
||||
}
|
||||
Loader.finished = function() {
|
||||
|
|
Loading…
Reference in a new issue