Esempio n. 1
0
static void xdk_d3d_stop(void)
{
   void *data = driver.video_data;
   driver.video_data = NULL;
   d3d9_deinit_font();
   xdk_d3d_free(data);
}
Esempio n. 2
0
static void xdk_d3d_stop(void)
{
   void *data = driver.video_data;

   xdk_d3d_free(data);

   driver.video_data = NULL;
}