This commit is contained in:
twinaphex 2015-09-14 03:53:15 +02:00
parent ea6119c1c7
commit 118978864f
3 changed files with 14 additions and 11 deletions

View File

@ -1,8 +1,9 @@
#include <assert.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <assert.h>
#include <boolean.h>
#define STB_IMAGE_IMPLEMENTATION

View File

@ -1,15 +1,16 @@
#include "../../libretro.h"
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <glsym/glsym.h>
#include "../../libretro.h"
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
static struct retro_hw_render_callback hw_render;
#include <glsym/glsym.h>
#if defined(HAVE_PSGL)
#define RARCH_GL_FRAMEBUFFER GL_FRAMEBUFFER_OES
#define RARCH_GL_FRAMEBUFFER_COMPLETE GL_FRAMEBUFFER_COMPLETE_OES

View File

@ -1,10 +1,11 @@
#include "../../libretro.h"
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include "../../libretro.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846