mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Fix achievement manager when retro achievement is disabled
This commit is contained in:
parent
0a52e69f51
commit
0d70c000b7
1 changed files with 10 additions and 0 deletions
|
@ -275,6 +275,16 @@ private:
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
namespace Gecko
|
||||||
|
{
|
||||||
|
class GeckoCode;
|
||||||
|
} // namespace Gecko
|
||||||
|
|
||||||
|
namespace ActionReplay
|
||||||
|
{
|
||||||
|
struct ARCode;
|
||||||
|
} // namespace ActionReplay
|
||||||
|
|
||||||
namespace DiscIO
|
namespace DiscIO
|
||||||
{
|
{
|
||||||
class Volume;
|
class Volume;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue