Merge pull request #59 from AlchemicRaker/feature/load-dbg-with-scripts
Load .dbg file when launched with scripts
This commit is contained in:
commit
6a8b715245
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ namespace Mesen.GUI.Forms
|
|||
|
||||
this.StartEmuThread();
|
||||
this.BeginInvoke((MethodInvoker)(() => {
|
||||
if(DebugWindowManager.HasOpenedWindow) {
|
||||
if(DebugWindowManager.HasOpenedWindow || _luaScriptsToLoad.Count > 0) {
|
||||
DebugWorkspaceManager.GetWorkspace();
|
||||
DebugWorkspaceManager.AutoLoadDbgFiles(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue