mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
[orbis-kernel] upload missed changes
This commit is contained in:
parent
7bfa977086
commit
729b7d5e3f
4 changed files with 26 additions and 2 deletions
|
|
@ -52,7 +52,9 @@ public:
|
|||
template <typename OT>
|
||||
requires(std::is_base_of_v<T, OT>)
|
||||
Ref(OT *ref) : m_ref(ref) {
|
||||
ref->incRef();
|
||||
if (m_ref != nullptr) {
|
||||
ref->incRef();
|
||||
}
|
||||
}
|
||||
|
||||
template <typename OT>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue