Nearly match DolphinCTexture and various cleanups

Former-commit-id: 76f3ff2603441ac6aa39fa009e7f466e84c8bc56
This commit is contained in:
2023-10-17 11:26:21 -07:00
parent 130c641550
commit 602ed2b570
20 changed files with 603 additions and 79 deletions

View File

@@ -35,7 +35,6 @@ public:
single_ptr& Set(T* ptr);
};
template < typename T >
single_ptr< T >& single_ptr< T >::Set(T* ptr) {
return *this = ptr;