mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 00:26:09 +00:00
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN
This commit is contained in:
commit
a9ac3fd27b
1 changed files with 5 additions and 1 deletions
|
@ -12,6 +12,10 @@
|
|||
#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>
|
||||
|
@ -126,7 +130,7 @@ public:
|
|||
void Shutdown();
|
||||
|
||||
private:
|
||||
AchievementManager() = default;
|
||||
AchievementManager();
|
||||
|
||||
struct FilereaderState
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue