mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
7 lines
No EOL
254 B
C++
7 lines
No EOL
254 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 };
|
|
NesModel EmulationSettings::Model; |