mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-26 01:40:24 +00:00
iFrameSkip should be an int.
This commit is contained in:
parent
0ccebacbd6
commit
cd55068026
@ -60,7 +60,7 @@ public:
|
||||
bool bLinearFiltering;
|
||||
bool bUseVBO;
|
||||
bool bStretchToDisplay;
|
||||
bool iFrameSkip;
|
||||
int iFrameSkip;
|
||||
bool bUseMediaEngine;
|
||||
|
||||
int iWindowX;
|
||||
|
Loading…
Reference in New Issue
Block a user