mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 04:15:01 +00:00
code: Replace printf/scanf with type safe fmt
This commit is contained in:
parent
33729d634e
commit
28819dede1
9 changed files with 50 additions and 52 deletions
|
@ -9,7 +9,7 @@ public:
|
|||
if (!m_instance) {
|
||||
m_instance = std::make_unique<T>();
|
||||
}
|
||||
return m_instance;
|
||||
return m_instance.get();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue