mirror of
https://github.com/aap/librw.git
synced 2025-12-19 17:09:51 +00:00
Merge branch 'master' of github.com:aap/librw
This commit is contained in:
0
src/ps2/pds.cpp
Executable file → Normal file
0
src/ps2/pds.cpp
Executable file → Normal file
2
src/ps2/ps2.cpp
Executable file → Normal file
2
src/ps2/ps2.cpp
Executable file → Normal 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
0
src/ps2/ps2device.cpp
Executable file → Normal 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
2
src/ps2/rwps2.h
Executable file → Normal 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
|
||||
|
||||
Reference in New Issue
Block a user