mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Debug Fixes
This commit is contained in:
parent
73dba6d6e0
commit
e29b81c444
4 changed files with 60 additions and 19 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue