mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
noexcept usage fixed
thread_t renamed to named_thread_t
This commit is contained in:
parent
168cd9bb7a
commit
5e14310071
26 changed files with 82 additions and 96 deletions
|
|
@ -21,10 +21,8 @@ RawSPUThread::~RawSPUThread()
|
|||
{
|
||||
join();
|
||||
|
||||
if (!vm::dealloc(offset))
|
||||
{
|
||||
throw EXCEPTION("Failed to deallocate RawSPU local storage");
|
||||
}
|
||||
// Deallocate Local Storage
|
||||
vm::dealloc_verbose_nothrow(offset);
|
||||
}
|
||||
|
||||
bool RawSPUThread::read_reg(const u32 addr, u32& value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue