Parent Directory
|
Revision Log
|
Patch
--- trunk/EmuXPortal/Form1.cs 2012/04/03 21:39:47 15 +++ trunk/EmuXPortal/Form1.cs 2012/04/03 21:54:58 16 @@ -21,6 +21,7 @@ private void Form1_Shown(object sender, EventArgs e) { Config.InitializePresentationForm(this); + RomParser parser = new RomParser(Config.RomPath); } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |