Skip to content

Commit e4158bd

Browse files
authored
Merge pull request #1 from F0bes/gif-ctrl-reg
Add GIF_CTRL register
2 parents 87d1e2b + 390bb6a commit e4158bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/ps2s/gs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ void ReorderClut(tU32* oldClut, tU32* newClut);
171171

172172
namespace GIF {
173173
namespace Registers {
174+
static volatile tU32* const ctrl = (volatile tU32*)0x10003000;
174175
static volatile tU128* const fifo = (volatile tU128*)0x10006000;
175176
}
176177
}

0 commit comments

Comments
 (0)