mirror of
https://github.com/aap/librw.git
synced 2026-01-30 06:52:58 +00:00
Merge branch 'master' of github.com:aap/librw
This commit is contained in:
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