Functions | |
| std::vector< float > | CopyHistoryOrdered (const std::array< float, Emulator::kMetricHistorySize > &data, int head, int count) |
Variables | |
| constexpr int | kNativeSampleRate = 32040 |
| constexpr int | kMusicEditorSampleRate = 22050 |
| constexpr double | kNtscFrameRate = 60.0988 |
| constexpr double | kPalFrameRate = 50.007 |
| constexpr double | kSpeedCalibration = 1.0 |
| std::vector< float > yaze::emu::anonymous_namespace{emulator.cc}::CopyHistoryOrdered | ( | const std::array< float, Emulator::kMetricHistorySize > & | data, |
| int | head, | ||
| int | count ) |
Definition at line 768 of file emulator.cc.
References CopyHistoryOrdered(), and yaze::emu::Emulator::kMetricHistorySize.
Referenced by CopyHistoryOrdered().

|
constexpr |
Definition at line 36 of file emulator.cc.
|
constexpr |
Definition at line 38 of file emulator.cc.
|
constexpr |
Definition at line 43 of file emulator.cc.
|
constexpr |
Definition at line 44 of file emulator.cc.
|
constexpr |
Definition at line 50 of file emulator.cc.