mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: platform: psvita: use _impure_ptr declaration from sys/reent.h
This commit is contained in:
parent
7dcddc559c
commit
b0f52236bc
@ -22,6 +22,7 @@ GNU General Public License for more details.
|
|||||||
#include <vitasdk.h>
|
#include <vitasdk.h>
|
||||||
#include <vitaGL.h>
|
#include <vitaGL.h>
|
||||||
#include <vrtld.h>
|
#include <vrtld.h>
|
||||||
|
#include <sys/reent.h>
|
||||||
|
|
||||||
#define DATA_PATH "data/xash3d"
|
#define DATA_PATH "data/xash3d"
|
||||||
#define MAX_ARGV 5 // "" -log -dev X NULL
|
#define MAX_ARGV 5 // "" -log -dev X NULL
|
||||||
@ -41,7 +42,6 @@ extern void *__aeabi_idivmod;
|
|||||||
extern void *__aeabi_uidivmod;
|
extern void *__aeabi_uidivmod;
|
||||||
extern void *__aeabi_d2ulz;
|
extern void *__aeabi_d2ulz;
|
||||||
extern void *__aeabi_ul2d;
|
extern void *__aeabi_ul2d;
|
||||||
extern void *_impure_ptr;
|
|
||||||
|
|
||||||
static const vrtld_export_t aux_exports[] =
|
static const vrtld_export_t aux_exports[] =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user