Skip to content

Commit

Permalink
(internal_cores.h) Add ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jun 30, 2015
1 parent f067fd2 commit e9139ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cores/internal_cores.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ size_t libretro_ffmpeg_retro_get_memory_size(unsigned id);

#endif

#ifdef HAVE_IMAGEVIEWER
/* Internal image viewer core. */

void libretro_imageviewer_retro_init(void);
Expand Down Expand Up @@ -182,3 +183,5 @@ void *libretro_imageviewer_retro_get_memory_data(unsigned id);
size_t libretro_imageviewer_retro_get_memory_size(unsigned id);

#endif

#endif

0 comments on commit e9139ec

Please sign in to comment.