mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +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 <string>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <vector>
|
|
||||||
#include <memory>
|
|
||||||
#include <set>
|
|
||||||
#include <chrono>
|
|
||||||
|
|
||||||
#include <rcheevos/include/rc_api_runtime.h>
|
#include <rcheevos/include/rc_api_runtime.h>
|
||||||
#include <rcheevos/include/rc_api_user.h>
|
#include <rcheevos/include/rc_api_user.h>
|
||||||
|
@ -130,7 +126,7 @@ public:
|
||||||
void Shutdown();
|
void Shutdown();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
AchievementManager();
|
AchievementManager() = default;
|
||||||
|
|
||||||
struct FilereaderState
|
struct FilereaderState
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue