mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
CoreTiming: fix warning
This commit is contained in:
parent
beaa9905a6
commit
257deb7886
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static Common::FifoQueue<BaseEvent, false> tsQueue;
|
||||||
// event pools
|
// event pools
|
||||||
static Event *eventPool = nullptr;
|
static Event *eventPool = nullptr;
|
||||||
|
|
||||||
float lastOCFactor;
|
static float lastOCFactor;
|
||||||
int slicelength;
|
int slicelength;
|
||||||
static int maxSliceLength = MAX_SLICE_LENGTH;
|
static int maxSliceLength = MAX_SLICE_LENGTH;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue