housekeeping

This commit is contained in:
scawful
2024-01-22 03:31:33 -05:00
parent 6f80f328a8
commit 394f1646e6
2 changed files with 3 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ using ImGui::TableNextColumn;
using ImGui::Text;
void Emulator::Run() {
if (!snes_.running() && rom()->isLoaded()) {
if (!snes_.running() && rom()->is_loaded()) {
snes_.SetupMemory(*rom());
snes_.Init(*rom());
}