mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 03:42:34 +01:00
- [Psy-X] renames aftermath
This commit is contained in:
parent
28273d89ce
commit
8d79662975
@ -28,7 +28,7 @@ CSoundSource_OpenALCache* g_XAWave = NULL;
|
||||
|
||||
#else
|
||||
|
||||
#include "LIBSND.H"
|
||||
#include <libsnd.h>
|
||||
|
||||
char* XANames[] = {
|
||||
"%sXA\\XABNK01.XA;1",
|
||||
|
@ -2,11 +2,11 @@
|
||||
#define KERNEL_H
|
||||
|
||||
#ifndef R3000_H
|
||||
#include "R3000.H"
|
||||
#include "r3000.h"
|
||||
#endif
|
||||
|
||||
#ifndef ASM_H
|
||||
#include "ASM.H"
|
||||
#include "asm.h"
|
||||
#endif
|
||||
|
||||
#define DescMask 0xff000000
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define LIBAPI_H
|
||||
|
||||
#ifndef EMU_KERNEL_H
|
||||
#include "KERNEL.H"
|
||||
#include "kernel.h"
|
||||
#endif
|
||||
|
||||
extern long SetRCnt(long spec, unsigned short target, long mode);
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef LIBMCRD_H
|
||||
#define LIBMCRD_H
|
||||
|
||||
#include "KERNEL.H"
|
||||
#include "kernel.h"
|
||||
|
||||
typedef void (*MemCB)( long cmds, long rslt );
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "LIBAPI.H"
|
||||
#include "libapi.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "../PSYX_SETUP.H"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "LIBCD.H"
|
||||
#include "libcd.h"
|
||||
|
||||
#include "../PSYX_SETUP.H"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "LIBETC.H"
|
||||
#include "libetc.h"
|
||||
|
||||
#include "../PSYX_SETUP.H"
|
||||
#include "PsyX/PsyX_public.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "LIBGTE.H"
|
||||
#include "LIBGPU.H"
|
||||
#include "libgte.h"
|
||||
#include "libgpu.h"
|
||||
|
||||
#include "../GPU/PsyX_GPU.H"
|
||||
#include "PsyX/PsyX_render.h"
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "LIBETC.H"
|
||||
#include "libetc.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "../PSYX_SETUP.H"
|
||||
#include "LIBMCRD.H"
|
||||
#include "libmcrd.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "LIBPAD.H"
|
||||
#include "LIBETC.H"
|
||||
#include "libpad.h"
|
||||
#include "libetc.h"
|
||||
|
||||
#include "../PSYX_SETUP.H"
|
||||
#include "PsyX/PsyX_public.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "LIBSN.H"
|
||||
#include "libsn.h"
|
||||
#include <stdio.h>
|
||||
|
||||
uintptr_t fileHandle = 0;
|
||||
|
@ -1,11 +1,11 @@
|
||||
#define HAVE_M_PI
|
||||
|
||||
#include "LIBSPU.H"
|
||||
#include "LIBETC.H"
|
||||
#include "libspu.h"
|
||||
#include "libetc.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../PSYX_SETUP.H"
|
||||
#include "LIBMATH.H"
|
||||
#include "libmath.h"
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
@ -7,9 +7,9 @@
|
||||
|
||||
#include "UTIL/CRASHHANDLER.H"
|
||||
|
||||
#include "LIBETC.H"
|
||||
#include "LIBGTE.H"
|
||||
#include "LIBGPU.H"
|
||||
#include "libetc.h"
|
||||
#include "libgte.h"
|
||||
#include "libgpu.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
Loading…
Reference in New Issue
Block a user