Example #1
0
		public LibRetro(string modulename)
		{
			dll = new InstanceDll(modulename);
			if (!ConnectAllEntryPoints())
			{
				dll.Dispose();
				throw new Exception("ConnectAllEntryPoints() failed.  The console may contain more details.");
			}
		}