LL_MemcpyDma
This commit is contained in:
parent
4de62c7f74
commit
bdc796a8ce
8 changed files with 45 additions and 19 deletions
|
@ -10,8 +10,7 @@ public:
|
|||
static T &Init(Args &&... args)
|
||||
{
|
||||
static T instance{ std::forward<Args>(args)... };
|
||||
if(!m_instance)
|
||||
m_instance = &instance;
|
||||
m_instance = &instance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue