mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-20 23:54:48 +00:00
Make variables static
This commit is contained in:
parent
c726691aba
commit
f090551c2a
@ -70,8 +70,8 @@
|
||||
#include "Windows/MainWindow.h"
|
||||
#endif
|
||||
|
||||
bool frameStep_;
|
||||
int lastNumFlips;
|
||||
static bool frameStep_;
|
||||
static int lastNumFlips;
|
||||
|
||||
static void __EmuScreenVblank()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user