(Windows) Buildfix

This commit is contained in:
twinaphex 2016-05-16 15:35:00 +02:00
parent 3678c4e72a
commit 8cd2d1deff
2 changed files with 0 additions and 5 deletions

View File

@ -114,7 +114,6 @@ void convert_float_to_s16_ALLEGREX(int16_t *out,
#define convert_float_to_s16 convert_float_to_s16_C
#endif
RETRO_END_DECLS
#endif

View File

@ -22,10 +22,6 @@
#ifndef __LIBRETRO_SDK_CONVERSION_S16_TO_FLOAT_H__
#define __LIBRETRO_SDK_CONVERSION_S16_TO_FLOAT_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include <stddef.h>