mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
PPU/Debugger: Fix op_branch_targets
This commit is contained in:
parent
cdc0441405
commit
df24305698
2 changed files with 2 additions and 4 deletions
|
|
@ -347,7 +347,7 @@ namespace stx
|
|||
}
|
||||
|
||||
// Check if object is not initialized but shall be initialized first (to use in initializing other objects)
|
||||
template <typename T>
|
||||
template <typename T> requires (std::is_constructible_v<T, manual_typemap&> || std::is_default_constructible_v<T>)
|
||||
void need() noexcept
|
||||
{
|
||||
if (!m_init[stx::typeindex<typeinfo, std::decay_t<T>>()])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue