From 3d8e3b0429b1e3563e73c499cd24ae801262051a Mon Sep 17 00:00:00 2001 From: Dmugetsu Date: Fri, 21 Feb 2025 16:13:39 -0600 Subject: [PATCH] clang --- src/emulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emulator.cpp b/src/emulator.cpp index 7edfc15b7..808c23230 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -102,7 +102,7 @@ Emulator::~Emulator() { } void Emulator::Run(const std::filesystem::path& file, const std::vector args) { - is_running= true; + is_running = true; const auto eboot_name = file.filename().string(); auto game_folder = file.parent_path(); if (const auto game_folder_name = game_folder.filename().string();