6 lines
No EOL
219 B
C++
6 lines
No EOL
219 B
C++
#include "stdafx.h"
|
|
#include "EmulationSettings.h"
|
|
|
|
uint32_t EmulationSettings::Flags = 0;
|
|
uint32_t EmulationSettings::AudioLatency = 20000;
|
|
double EmulationSettings::ChannelVolume[5] = { 0.5f, 0.5f, 0.5f, 0.5f, 0.5f }; |