mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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