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:37:15 +0100 |
| commit | 5a16476cef25775801a828c01baf815514fd7966 (patch) | |
| tree | fbaf3887ac1e85a357afeaf03488f97f67f76a4e /plugins/dfxvideo/cfg.c | |
| parent | 8349bf45e9b19d83506e1bb52f2053a7976922e5 (diff) | |
| download | pcsxr-sio-tcp.tar.gz | |
WIP TCP/SIOsio-tcp
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"); |
