Update of /cvsroot/vba/VisualBoyAdvance/src/gb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31022/gb
Modified Files:
GB.cpp
Log Message:
Removed unused vars.
Index: GB.cpp
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/gb/GB.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** GB.cpp 13 May 2004 15:06:46 -0000 1.19
--- GB.cpp 13 May 2004 22:33:46 -0000 1.20
***************
*** 2768,2772 ****
gbFrameCount = 0;
}
! u32 joy = 0;
if(systemReadJoypads()) {
// read joystick
--- 2768,2772 ----
gbFrameCount = 0;
}
!
if(systemReadJoypads()) {
// read joystick
|