mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-07 17:56:50 +02:00

Add std::unique_ptr<sf::Packet> objects to a queue instead of functions, makes things easier to read, and avoids headaches while checking the lifetime of the concerned objects.