yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::anonymous_namespace{emulator.cc} Namespace Reference

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
 

Function Documentation

◆ CopyHistoryOrdered()

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().

Here is the call graph for this function:

Variable Documentation

◆ kNativeSampleRate

constexpr int yaze::emu::anonymous_namespace{emulator.cc}::kNativeSampleRate = 32040
constexpr

Definition at line 36 of file emulator.cc.

◆ kMusicEditorSampleRate

constexpr int yaze::emu::anonymous_namespace{emulator.cc}::kMusicEditorSampleRate = 22050
constexpr

Definition at line 38 of file emulator.cc.

◆ kNtscFrameRate

constexpr double yaze::emu::anonymous_namespace{emulator.cc}::kNtscFrameRate = 60.0988
constexpr

Definition at line 43 of file emulator.cc.

◆ kPalFrameRate

constexpr double yaze::emu::anonymous_namespace{emulator.cc}::kPalFrameRate = 50.007
constexpr

Definition at line 44 of file emulator.cc.

◆ kSpeedCalibration

constexpr double yaze::emu::anonymous_namespace{emulator.cc}::kSpeedCalibration = 1.0
constexpr

Definition at line 50 of file emulator.cc.