mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Hardcode exts for now - we assume this standalone program will
only be used on Windows/OSX/Linux systems for now
This commit is contained in:
parent
c24179dc63
commit
639152e291
@ -36,7 +36,11 @@ int main(int argc, char *argv[])
|
|||||||
const char *core_dir = NULL;
|
const char *core_dir = NULL;
|
||||||
const char *input_dir = NULL;
|
const char *input_dir = NULL;
|
||||||
const char *playlist_dir = NULL;
|
const char *playlist_dir = NULL;
|
||||||
|
#ifdef _WIN32
|
||||||
const char *exts = "dll";
|
const char *exts = "dll";
|
||||||
|
#else
|
||||||
|
const char *exts = "so";
|
||||||
|
#endif
|
||||||
|
|
||||||
if (argc < 6)
|
if (argc < 6)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user