sdl: revert previous commit
This commit is contained in:
parent
79b3a337c9
commit
3fcec22d2b
|
@ -460,7 +460,6 @@ void FCEUI_SetDirOverride(int which, char *n)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef asprintf
|
|
||||||
#ifndef HAVE_ASPRINTF
|
#ifndef HAVE_ASPRINTF
|
||||||
static int asprintf(char **strp, const char *fmt, ...)
|
static int asprintf(char **strp, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
|
@ -475,7 +474,6 @@ void FCEUI_SetDirOverride(int which, char *n)
|
||||||
return(ret);
|
return(ret);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
std::string FCEU_GetPath(int type)
|
std::string FCEU_GetPath(int type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue