- [Psy-X] renames aftermath

This commit is contained in:
Ilya Shurumov 2021-05-07 23:20:44 +06:00
parent 28273d89ce
commit 8d79662975
13 changed files with 21 additions and 21 deletions

View File

@ -28,7 +28,7 @@ CSoundSource_OpenALCache* g_XAWave = NULL;
#else
#include "LIBSND.H"
#include <libsnd.h>
char* XANames[] = {
"%sXA\\XABNK01.XA;1",

View File

@ -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

View File

@ -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);

View File

@ -1,7 +1,7 @@
#ifndef LIBMCRD_H
#define LIBMCRD_H
#include "KERNEL.H"
#include "kernel.h"
typedef void (*MemCB)( long cmds, long rslt );

View File

@ -1,4 +1,4 @@
#include "LIBAPI.H"
#include "libapi.h"
#include <stdio.h>
#include "../PSYX_SETUP.H"

View File

@ -1,4 +1,4 @@
#include "LIBCD.H"
#include "libcd.h"
#include "../PSYX_SETUP.H"

View File

@ -1,4 +1,4 @@
#include "LIBETC.H"
#include "libetc.h"
#include "../PSYX_SETUP.H"
#include "PsyX/PsyX_public.h"

View File

@ -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>

View File

@ -1,5 +1,5 @@
#include "../PSYX_SETUP.H"
#include "LIBMCRD.H"
#include "libmcrd.h"
#include <stdio.h>
#include <string.h>

View File

@ -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"

View File

@ -1,5 +1,5 @@
#include "LIBSN.H"
#include "libsn.h"
#include <stdio.h>
uintptr_t fileHandle = 0;

View File

@ -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>

View File

@ -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>