mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +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>
|
#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