Debug Fixes

This commit is contained in:
Eladash 2023-05-22 14:57:29 +03:00 committed by Ivan
parent 73dba6d6e0
commit e29b81c444
4 changed files with 60 additions and 19 deletions

View file

@ -901,9 +901,9 @@ class spu_function_logger
spu_thread& spu;
public:
spu_function_logger(spu_thread& spu, const char* func);
spu_function_logger(spu_thread& spu, const char* func) noexcept;
~spu_function_logger()
~spu_function_logger() noexcept
{
if (!spu.is_stopped())
{