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
|
#else
|
||||||
|
|
||||||
#include "LIBSND.H"
|
#include <libsnd.h>
|
||||||
|
|
||||||
char* XANames[] = {
|
char* XANames[] = {
|
||||||
"%sXA\\XABNK01.XA;1",
|
"%sXA\\XABNK01.XA;1",
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
#define KERNEL_H
|
#define KERNEL_H
|
||||||
|
|
||||||
#ifndef R3000_H
|
#ifndef R3000_H
|
||||||
#include "R3000.H"
|
#include "r3000.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef ASM_H
|
#ifndef ASM_H
|
||||||
#include "ASM.H"
|
#include "asm.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DescMask 0xff000000
|
#define DescMask 0xff000000
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define LIBAPI_H
|
#define LIBAPI_H
|
||||||
|
|
||||||
#ifndef EMU_KERNEL_H
|
#ifndef EMU_KERNEL_H
|
||||||
#include "KERNEL.H"
|
#include "kernel.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern long SetRCnt(long spec, unsigned short target, long mode);
|
extern long SetRCnt(long spec, unsigned short target, long mode);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef LIBMCRD_H
|
#ifndef LIBMCRD_H
|
||||||
#define LIBMCRD_H
|
#define LIBMCRD_H
|
||||||
|
|
||||||
#include "KERNEL.H"
|
#include "kernel.h"
|
||||||
|
|
||||||
typedef void (*MemCB)( long cmds, long rslt );
|
typedef void (*MemCB)( long cmds, long rslt );
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "LIBAPI.H"
|
#include "libapi.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "../PSYX_SETUP.H"
|
#include "../PSYX_SETUP.H"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "LIBCD.H"
|
#include "libcd.h"
|
||||||
|
|
||||||
#include "../PSYX_SETUP.H"
|
#include "../PSYX_SETUP.H"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "LIBETC.H"
|
#include "libetc.h"
|
||||||
|
|
||||||
#include "../PSYX_SETUP.H"
|
#include "../PSYX_SETUP.H"
|
||||||
#include "PsyX/PsyX_public.h"
|
#include "PsyX/PsyX_public.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "LIBGTE.H"
|
#include "libgte.h"
|
||||||
#include "LIBGPU.H"
|
#include "libgpu.h"
|
||||||
|
|
||||||
#include "../GPU/PsyX_GPU.H"
|
#include "../GPU/PsyX_GPU.H"
|
||||||
#include "PsyX/PsyX_render.h"
|
#include "PsyX/PsyX_render.h"
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "LIBETC.H"
|
#include "libetc.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "../PSYX_SETUP.H"
|
#include "../PSYX_SETUP.H"
|
||||||
#include "LIBMCRD.H"
|
#include "libmcrd.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "LIBPAD.H"
|
#include "libpad.h"
|
||||||
#include "LIBETC.H"
|
#include "libetc.h"
|
||||||
|
|
||||||
#include "../PSYX_SETUP.H"
|
#include "../PSYX_SETUP.H"
|
||||||
#include "PsyX/PsyX_public.h"
|
#include "PsyX/PsyX_public.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
#include "LIBSN.H"
|
#include "libsn.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
uintptr_t fileHandle = 0;
|
uintptr_t fileHandle = 0;
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#define HAVE_M_PI
|
#define HAVE_M_PI
|
||||||
|
|
||||||
#include "LIBSPU.H"
|
#include "libspu.h"
|
||||||
#include "LIBETC.H"
|
#include "libetc.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "../PSYX_SETUP.H"
|
#include "../PSYX_SETUP.H"
|
||||||
#include "LIBMATH.H"
|
#include "libmath.h"
|
||||||
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
#include "UTIL/CRASHHANDLER.H"
|
#include "UTIL/CRASHHANDLER.H"
|
||||||
|
|
||||||
#include "LIBETC.H"
|
#include "libetc.h"
|
||||||
#include "LIBGTE.H"
|
#include "libgte.h"
|
||||||
#include "LIBGPU.H"
|
#include "libgpu.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user