mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
one line typo
This commit is contained in:
parent
ee0afec787
commit
cb74af60c9
@ -203,7 +203,7 @@ void run_ahead(int runAheadCount, bool useSecondary)
|
||||
bool okay;
|
||||
bool lastFrame;
|
||||
bool suspendedFrame;
|
||||
#if defined(HAVE_DYNAMIC) && HAVE_DYNAMIC
|
||||
#if defined(HAVE_DYNAMIC) || defined(HAVE_DYLIB)
|
||||
const bool haveDynamic = true;
|
||||
#else
|
||||
const bool haveDynamic = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user