mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(d3d) Fix undeclared pretro_get_memory_data() error
This commit is contained in:
parent
40f19cf2c4
commit
3479614e68
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user