mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #13 from camdenorrb/fix-gecko-when-achievements-is-disabled
Fix achievement manager when retro achievement is disabled
This commit is contained in:
commit
375e500f56
1 changed files with 10 additions and 0 deletions
|
@ -275,6 +275,16 @@ private:
|
|||
|
||||
#include <string>
|
||||
|
||||
namespace Gecko
|
||||
{
|
||||
class GeckoCode;
|
||||
} // namespace Gecko
|
||||
|
||||
namespace ActionReplay
|
||||
{
|
||||
struct ARCode;
|
||||
} // namespace ActionReplay
|
||||
|
||||
namespace DiscIO
|
||||
{
|
||||
class Volume;
|
||||
|
|
Loading…
Add table
Reference in a new issue