Fixes build on the libretro side by wrapping an ifndef statement around rederedframes

This commit is contained in:
Zach Bacon 2017-02-25 00:38:06 -05:00
parent 4d12fcda10
commit a8a48919db
1 changed files with 2 additions and 0 deletions

View File

@ -93,7 +93,9 @@ extern int optPrintUsage;
extern int paused;
extern int pauseWhenInactive;
extern int recentFreeze;
#ifndef __LIBRETRO__
extern int renderedFrames;
#endif
extern int rewindCount;
extern int rewindCounter;
extern int rewindPos;