Refactor emulator code: update SNES references to Snes for consistency, clean up includes, and remove commented-out code

This commit is contained in:
scawful
2024-12-30 07:50:37 -05:00
parent d2a6169914
commit c23a2458c4
3 changed files with 12 additions and 52 deletions

View File

@@ -3,14 +3,11 @@
#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"