aboutsummaryrefslogtreecommitdiff
path: root/backends/ps2/DmaPipe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ps2/DmaPipe.cpp')
-rw-r--r--backends/ps2/DmaPipe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ps2/DmaPipe.cpp b/backends/ps2/DmaPipe.cpp
index 383ffe9102..251233fdc5 100644
--- a/backends/ps2/DmaPipe.cpp
+++ b/backends/ps2/DmaPipe.cpp
@@ -82,7 +82,7 @@ void DmaPipe::uploadTex(uint32 dest, uint16 bufWidth, uint16 destOfsX, uint16 de
_pipes[_curPipe]->setReg( GPR_TRXPOS, GS_SET_DEST_TRXPOS(destOfsX, destOfsY));
_pipes[_curPipe]->setReg( GPR_TRXREG, GS_SET_TRXREG(width, height));
_pipes[_curPipe]->setReg( GPR_TRXDIR, 0);
-
+
checkSpace(15);
uint32 numq = width * height;
switch (pixelFmt) {