mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Make this one less ugly.
This commit is contained in:
parent
c3e111605b
commit
61d4c72047
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ enum rarch_core_type
|
||||||
CORE_TYPE_PLAIN = 0,
|
CORE_TYPE_PLAIN = 0,
|
||||||
CORE_TYPE_DUMMY
|
CORE_TYPE_DUMMY
|
||||||
#ifdef HAVE_FFMPEG
|
#ifdef HAVE_FFMPEG
|
||||||
,CORE_TYPE_FFMPEG
|
,
|
||||||
|
CORE_TYPE_FFMPEG
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue