(d3d) Fix undeclared pretro_get_memory_data() error

This commit is contained in:
Higor Eurípedes 2014-10-24 20:15:12 -02:00
parent 40f19cf2c4
commit 3479614e68

View File

@ -54,6 +54,10 @@
#endif
#if !defined(DONT_HAVE_STATE_TRACKER) && !defined(_XBOX)
#include "../../dynamic.h"
#endif
/* forward declarations */
static void d3d_calculate_rect(d3d_video_t *d3d,
unsigned width, unsigned height,