BizHawk/BizHawk.Client.EmuHawk/config/PSX/PSXOptions.cs

20 lines
346 B
C#
Raw Normal View History

2014-12-11 22:12:10 +00:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace BizHawk.Client.EmuHawk
{
public partial class PSXOptions : Form
{
public PSXOptions()
{
InitializeComponent();
}
}
}