parenthesis
This commit is contained in:
parent
0579983459
commit
e2206215bf
|
@ -591,7 +591,7 @@ static void openRecordingMovie(const char* fname)
|
|||
mr.commands=1;
|
||||
mr.pad = nds.pad;
|
||||
|
||||
if(nds.pad & (1<<0) == 1)
|
||||
if((nds.pad & (1<<0)) == 1)
|
||||
mr.commands=4;
|
||||
|
||||
if(nds.isTouch) {
|
||||
|
|
Loading…
Reference in New Issue