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