#include "app/emu/emulator.h"
#include <cstdint>
#include <vector>
#include "app/core/constants.h"
#include "app/core/platform/file_dialog.h"
#include "app/core/platform/renderer.h"
#include "app/emu/snes.h"
#include "app/gui/icons.h"
#include "app/gui/input.h"
#include "app/gui/zeml.h"
#include "app/rom.h"
#include "imgui/imgui.h"
#include "imgui_memory_editor.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::emu |
SNES Emulation and debugging tools. | |
namespace | yaze::app::emu::anonymous_namespace{emulator.cc} |
Functions | |
bool | yaze::app::emu::anonymous_namespace{emulator.cc}::ShouldDisplay (const InstructionEntry &entry, const char *filter) |