From 3af92d87a1a47c1291b5e04f1d12f84066ec248e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Jul 2014 04:54:52 +0200 Subject: Take out Windows CE code --- main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index ee1e86d..b09f472 100644 --- a/main.c +++ b/main.c @@ -133,14 +133,12 @@ static const char *file_ext[] = { ".gba", ".bin", ".zip", NULL }; #ifndef PSP_BUILD static void ChangeWorkingDirectory(char *exe) { -#ifndef _WIN32_WCE char *s = strrchr(exe, '/'); if (s != NULL) { *s = '\0'; chdir(exe); *s = '/'; } -#endif } static void switch_to_romdir(void) -- cgit v1.2.3