mirror of https://github.com/PCSX2/pcsx2.git
Really fix last bug :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4129 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
38d320335f
commit
056844fe1c
|
@ -31,6 +31,9 @@ namespace GSDumpGUI
|
||||||
{
|
{
|
||||||
if (args.Length == 4)
|
if (args.Length == 4)
|
||||||
{
|
{
|
||||||
|
// do this first, else racy mess ;)
|
||||||
|
wrap = new GSDXWrapper();
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Client = new TCPLibrary.MessageBased.Core.BaseMessageClient();
|
Client = new TCPLibrary.MessageBased.Core.BaseMessageClient();
|
||||||
|
@ -71,7 +74,6 @@ namespace GSDumpGUI
|
||||||
String Operation = args[2];
|
String Operation = args[2];
|
||||||
Int32 Renderer = Convert.ToInt32(args[3]);
|
Int32 Renderer = Convert.ToInt32(args[3]);
|
||||||
|
|
||||||
wrap = new GSDXWrapper();
|
|
||||||
wrap.Load(DLLPath);
|
wrap.Load(DLLPath);
|
||||||
Directory.SetCurrentDirectory(Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory + "GSDumpGSDXConfigs\\" + Path.GetFileName(DLLPath) + "\\"));
|
Directory.SetCurrentDirectory(Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory + "GSDumpGSDXConfigs\\" + Path.GetFileName(DLLPath) + "\\"));
|
||||||
if (Operation == "GSReplay")
|
if (Operation == "GSReplay")
|
||||||
|
|
Loading…
Reference in New Issue