mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-18 18:02:45 +01:00
can compile
This commit is contained in:
10
common.h
10
common.h
@@ -103,8 +103,16 @@
|
||||
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#else
|
||||
#ifdef __LIBRETRO__
|
||||
|
||||
#define GBA_SCREEN_WIDTH (240)
|
||||
#define GBA_SCREEN_HEIGHT (160)
|
||||
#define GBA_SCREEN_PITCH (240)
|
||||
|
||||
#else
|
||||
#include "SDL.h"
|
||||
#endif
|
||||
|
||||
#ifdef ARM_ARCH
|
||||
#define function_cc
|
||||
@@ -210,7 +218,9 @@ typedef u32 fixed8_24;
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#ifndef __LIBRETRO__
|
||||
#include "SDL.h"
|
||||
#endif
|
||||
#include "cpu.h"
|
||||
#include "memory.h"
|
||||
#include "video.h"
|
||||
|
||||
Reference in New Issue
Block a user