mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 14:02:30 -05:00
D3D11: Make stateman a unique_ptr
This commit is contained in:
@@ -20,7 +20,7 @@ namespace DX11
|
||||
{
|
||||
namespace D3D
|
||||
{
|
||||
StateManager* stateman;
|
||||
std::unique_ptr<StateManager> stateman;
|
||||
|
||||
StateManager::StateManager() = default;
|
||||
StateManager::~StateManager() = default;
|
||||
|
||||
Reference in New Issue
Block a user