diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-16 00:36:51 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-16 00:36:51 +0100 |
| commit | 788fb20656c8450a3f2da8b3f8b1905242103193 (patch) | |
| tree | ae6e1a2c9e7da0fe72b070d2db580adf26e410af /plugins/dfxvideo/cfg.c | |
| parent | 8349bf45e9b19d83506e1bb52f2053a7976922e5 (diff) | |
| download | pcsxr-sio.tar.gz | |
WIP TCP/SIOsio
Diffstat (limited to 'plugins/dfxvideo/cfg.c')
| -rw-r--r-- | plugins/dfxvideo/cfg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dfxvideo/cfg.c b/plugins/dfxvideo/cfg.c index 67f79a8a..e549c96e 100644 --- a/plugins/dfxvideo/cfg.c +++ b/plugins/dfxvideo/cfg.c @@ -262,13 +262,13 @@ void WriteConfig(void) { FILE *out;char t[256];int len, size; char * pB, * p; char t1[8]; - if(pConfigFile) + if(pConfigFile) strcpy(t,pConfigFile); - else + else { strcpy(t,"dfxvideo.cfg"); out = fopen(t,"rb"); - if (!out) + if (!out) { strcpy(t,"cfg/dfxvideo.cfg"); out = fopen(t,"rb"); |
