mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(XDK1 Salamander) Build fix
This commit is contained in:
parent
0bb6c4aafc
commit
6c394d717c
@ -28,7 +28,6 @@
|
|||||||
#include "../../conf/config_file.h"
|
#include "../../conf/config_file.h"
|
||||||
#include "../../conf/config_file_macros.h"
|
#include "../../conf/config_file_macros.h"
|
||||||
#include "../../file.h"
|
#include "../../file.h"
|
||||||
#include "../../general.h"
|
|
||||||
|
|
||||||
#ifdef IS_SALAMANDER
|
#ifdef IS_SALAMANDER
|
||||||
char config_path[512];
|
char config_path[512];
|
||||||
@ -128,7 +127,8 @@ static void salamander_init_settings(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
#include "../../general.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _XBOX1
|
#ifdef _XBOX1
|
||||||
@ -270,6 +270,7 @@ static int system_process_args(int argc, char *argv[], void *args)
|
|||||||
(void)argc;
|
(void)argc;
|
||||||
(void)argv;
|
(void)argv;
|
||||||
|
|
||||||
|
#ifndef IS_SALAMANDER
|
||||||
#if defined(_XBOX1)
|
#if defined(_XBOX1)
|
||||||
LAUNCH_DATA ptr;
|
LAUNCH_DATA ptr;
|
||||||
DWORD launch_type;
|
DWORD launch_type;
|
||||||
@ -298,6 +299,7 @@ static int system_process_args(int argc, char *argv[], void *args)
|
|||||||
delete []pLaunchData;
|
delete []pLaunchData;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user