Skip to content

Commit

Permalink
#30: autostart game.gb (C:\temp\game.gb)
Browse files Browse the repository at this point in the history
  • Loading branch information
saku-kaarakainen committed Aug 30, 2016
1 parent f7a36b5 commit 4aac977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WinBoyEmulator/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ public partial class MainForm : Form

private void MainForm_Load(object sender, EventArgs e)
{

// This due to Issue #30
// Check #31
Emulator.Instance.StartEmulation("C:\\temp\\game.gb");
}

#region _Click
Expand Down

0 comments on commit 4aac977

Please sign in to comment.