mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #1975 from Tilka/fix_warning
CoreTiming: fix warning
This commit is contained in:
commit
eedc7bb582
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static Common::FifoQueue<BaseEvent, false> tsQueue;
|
|||
// event pools
|
||||
static Event *eventPool = nullptr;
|
||||
|
||||
float lastOCFactor;
|
||||
static float lastOCFactor;
|
||||
int slicelength;
|
||||
static int maxSliceLength = MAX_SLICE_LENGTH;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue