- [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 #else
#include "LIBSND.H" #include <libsnd.h>
char* XANames[] = { char* XANames[] = {
"%sXA\\XABNK01.XA;1", "%sXA\\XABNK01.XA;1",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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