Merge branch 'master' of github.com:aap/librw

This commit is contained in:
aap
2018-12-17 21:24:11 +01:00
42 changed files with 716 additions and 66 deletions

0
src/ps2/pds.cpp Executable file → Normal file
View File

2
src/ps2/ps2.cpp Executable file → Normal file
View File

@@ -521,7 +521,7 @@ enum {
VIF_MARK = 0x07000000,
VIF_FLUSH = 0x11000000,
VIF_MSCALF = 0x15000000,
VIF_MSCNT = 0x17000000,
VIF_MSCNT = 0x17000000
};
struct InstMeshInfo

0
src/ps2/ps2device.cpp Executable file → Normal file
View File

View File

@@ -37,7 +37,7 @@ enum Psm {
PSMZ32 = 0x30,
PSMZ24 = 0x31,
PSMZ16 = 0x32,
PSMZ16S = 0x3A,
PSMZ16S = 0x3A
};
// i don't really understand this, stolen from RW

2
src/ps2/rwps2.h Executable file → Normal file
View File

@@ -185,7 +185,7 @@ struct Ps2Raster
enum Flags {
NEWSTYLE = 0x1, // has GIF tags and transfer DMA chain
SWIZZLED8 = 0x2,
SWIZZLED4 = 0x4,
SWIZZLED4 = 0x4
};
struct PixelPtr {
// RW has pixels as second element but we don't want this struct