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:
meleu 2019-01-19 05:34:46 -02:00 committed by GitHub
parent cb4a87d6b1
commit bd43f19407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
#ifdef HAVE_CHEEVOS
#include "cheevos/cheevos.h"
#ifdef HAVE_NEW_CHEEVOS
#include "cheevos/fixup.h"
#include "cheevos-new/fixup.h"
#else
#include "cheevos/var.h"
#endif