summaryrefslogtreecommitdiff
path: root/plugins/bladesio1/sio1.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-24 21:38:24 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-24 21:38:24 +0000
commit707443684fc0b2d268b3288ea52f4d33ef93fc05 (patch)
tree0cf255aa9643df7979cdacd4226b3fc844d1308c /plugins/bladesio1/sio1.c
parenta0c49bddfad957d260bdb2c26b4cf21b86f63bdf (diff)
downloadpcsxr-707443684fc0b2d268b3288ea52f4d33ef93fc05.tar.gz
link cable plugin for Windows;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/bladesio1/sio1.c')
-rwxr-xr-xplugins/bladesio1/sio1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/bladesio1/sio1.c b/plugins/bladesio1/sio1.c
index 3fb91cca..4491f191 100755
--- a/plugins/bladesio1/sio1.c
+++ b/plugins/bladesio1/sio1.c
@@ -23,6 +23,8 @@
#include <stdint.h>
#if defined _WINDOWS
+#include "stdafx.h"
+#include "cfg-winapi.h"
#elif defined _MACOSX
#else
#include <sys/stat.h>
@@ -579,6 +581,7 @@ void ExecCfg(char *arg) {
void CALLBACK SIO1about() {
#if defined _WINDOWS
+ DialogBox(hInst,MAKEINTRESOURCE(IDD_ABOUT), GetActiveWindow(),(DLGPROC)AboutDlgProc);
#elif defined _MACOSX
#else
ExecCfg("about");
@@ -587,6 +590,7 @@ void CALLBACK SIO1about() {
void CALLBACK SIO1configure() {
#if defined _WINDOWS
+ DialogBox(hInst,MAKEINTRESOURCE(IDD_CFGDLG), GetActiveWindow(),(DLGPROC)Sio1DlgProc);
#elif defined _MACOSX
#else
ExecCfg("configure");