Guest User

Untitled

a guest
May 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. diff -r 95ddaf35b5f7 -r db6f5a4e6eb8 libogc/gx.c
  2. --- a/libogc/gx.c Wed Nov 05 20:03:05 2008 -0800
  3. +++ b/libogc/gx.c Thu Nov 06 03:20:55 2008 -0800
  4. @@ -2756,6 +2756,7 @@
  5. else wd = 0x0001;
  6. if(ht>0x0001) ht = (h>>1);
  7. else ht = 0x0001;
  8. + --cnt;
  9. }
  10. return size;
  11. }
Add Comment
Please, Sign In to add comment