mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
emu/profiler.cpp: Disable assertion that profiler isn't enabled/disabled with profile scope active.
This commit is contained in:
parent
794a3d0ed9
commit
d2f8af5301
@ -91,7 +91,8 @@ real_profiler_state::real_profiler_state()
|
||||
|
||||
void real_profiler_state::reset(bool enabled) noexcept
|
||||
{
|
||||
assert(!m_filoptr || (m_filoptr == m_filo));
|
||||
// disabling the profiler from the UI happens while PROFILER_EXTRA is active
|
||||
//assert(!m_filoptr || (m_filoptr == m_filo));
|
||||
|
||||
m_text_time = attotime::never;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user