#include "app/emu/emulator.h"#include <cmath>#include <cstdint>#include <cstdlib>#include <vector>#include "app/editor/system/panel_manager.h"#include "util/log.h"#include "app/emu/debug/disassembly_viewer.h"#include "app/emu/ui/debugger_ui.h"#include "app/emu/ui/emulator_ui.h"#include "app/emu/ui/input_handler.h"#include "app/gui/app/editor_layout.h"#include "app/gui/core/color.h"#include "app/gui/core/icons.h"#include "app/gui/core/theme_manager.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::core |
| namespace | yaze::emu |
| SNES Emulation and debugging tools. | |
| namespace | yaze::emu::anonymous_namespace{emulator.cc} |
Functions | |
| std::vector< float > | yaze::emu::anonymous_namespace{emulator.cc}::CopyHistoryOrdered (const std::array< float, Emulator::kMetricHistorySize > &data, int head, int count) |
Variables | |
| bool | yaze::core::g_window_is_resizing = false |
| constexpr int | yaze::emu::anonymous_namespace{emulator.cc}::kNativeSampleRate = 32040 |
| constexpr int | yaze::emu::anonymous_namespace{emulator.cc}::kMusicEditorSampleRate = 22050 |
| constexpr double | yaze::emu::anonymous_namespace{emulator.cc}::kNtscFrameRate = 60.0988 |
| constexpr double | yaze::emu::anonymous_namespace{emulator.cc}::kPalFrameRate = 50.007 |
| constexpr double | yaze::emu::anonymous_namespace{emulator.cc}::kSpeedCalibration = 1.0 |