mirror of
https://github.com/db48x/emularity.git
synced 2026-07-27 19:56:37 +00:00
Merge pull request #47 from pengan1987/master
Fix PC98DosBoxLoader default mount behavior problem
This commit is contained in:
@@ -606,15 +606,7 @@ var Module = null;
|
||||
config.runner = PC98DosBoxRunner;
|
||||
return config;
|
||||
}
|
||||
PC98DosBoxLoader.__proto__ = BaseLoader;
|
||||
|
||||
PC98DosBoxLoader.startExe = function (path) {
|
||||
return { emulatorStart: path };
|
||||
};
|
||||
|
||||
PC98DosBoxLoader.extraArgs = function (args) {
|
||||
return { extra_dosbox_args: args };
|
||||
};
|
||||
PC98DosBoxLoader.__proto__ = DosBoxLoader;
|
||||
|
||||
/**
|
||||
* MAMELoader
|
||||
|
||||
Reference in New Issue
Block a user