Add ROM database
This commit is contained in:
parent
89e4c5a674
commit
054ad76ace
|
@ -31,7 +31,7 @@ namespace BizHawk.MultiClient
|
||||||
renderTarget.Dock = DockStyle.Fill;
|
renderTarget.Dock = DockStyle.Fill;
|
||||||
renderTarget.BackColor = Color.Black;
|
renderTarget.BackColor = Color.Black;
|
||||||
Controls.Add(renderTarget);
|
Controls.Add(renderTarget);
|
||||||
Database.LoadDatabase("d:/gamedb.txt");
|
Database.LoadDatabase("gamedb.txt");
|
||||||
|
|
||||||
if (Global.Direct3D != null)
|
if (Global.Direct3D != null)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue