mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Update AchievementManager.h
This commit is contained in:
parent
a9ac3fd27b
commit
44e5dcd7f8
1 changed files with 1 additions and 5 deletions
|
@ -12,10 +12,6 @@
|
|||
#include <string>
|
||||
#include <thread>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <chrono>
|
||||
|
||||
#include <rcheevos/include/rc_api_runtime.h>
|
||||
#include <rcheevos/include/rc_api_user.h>
|
||||
|
@ -130,7 +126,7 @@ public:
|
|||
void Shutdown();
|
||||
|
||||
private:
|
||||
AchievementManager();
|
||||
AchievementManager() = default;
|
||||
|
||||
struct FilereaderState
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue