This commit is contained in:
twinaphex 2015-09-26 00:35:26 +02:00
parent 8c87f0bd31
commit f59227fa7a
2 changed files with 0 additions and 3 deletions

View File

@ -20,13 +20,11 @@
#include <stdint.h>
#include <stdlib.h>
#include <boolean.h>
#include "../libretro.h"
#ifndef IDEAL_DT
#define IDEAL_DT (1.0 / 60.0 * 1000000.0)
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -22,7 +22,6 @@
#include <queues/message_queue.h>
#include "menu_animation.h"
#include "../gfx/font_renderer_driver.h"
#ifdef __cplusplus