path fix to allow compiling with HAVE_NEW_CHEEVOS
This doesn't affect anything in the traditional binaries built by the buildbot.
This commit is contained in:
parent
cb4a87d6b1
commit
bd43f19407
|
@ -42,7 +42,7 @@
|
||||||
#ifdef HAVE_CHEEVOS
|
#ifdef HAVE_CHEEVOS
|
||||||
#include "cheevos/cheevos.h"
|
#include "cheevos/cheevos.h"
|
||||||
#ifdef HAVE_NEW_CHEEVOS
|
#ifdef HAVE_NEW_CHEEVOS
|
||||||
#include "cheevos/fixup.h"
|
#include "cheevos-new/fixup.h"
|
||||||
#else
|
#else
|
||||||
#include "cheevos/var.h"
|
#include "cheevos/var.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue