#include "app/emu/emulator.h"#include <cstdlib>#include <cstdint>#include <fstream>#include <vector>#include "app/platform/window.h"#include "app/editor/system/editor_card_registry.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/core/color.h"#include "app/gui/app/editor_layout.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 |
| Main namespace for the application. | |
| namespace | yaze::core |
| namespace | yaze::emu |
| SNES Emulation and debugging tools. | |
| namespace | yaze::emu::anonymous_namespace{emulator.cc} |
Variables | |
| bool | yaze::core::g_window_is_resizing = false |
| constexpr int | yaze::emu::anonymous_namespace{emulator.cc}::kNativeSampleRate = 32000 |