diff --git a/src/citra_qt/bootmanager.h b/src/citra_qt/bootmanager.h index d1574c278..39c280dbd 100644 --- a/src/citra_qt/bootmanager.h +++ b/src/citra_qt/bootmanager.h @@ -58,7 +58,7 @@ public: * @return True if the emulation thread is running, otherwise false * @note This function is thread-safe */ - bool IsRunning() { + bool IsRunning() const { return running; }