X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fgp2x.h;h=f76736d798aad53d2c6be506f179094e075978b9;hb=1cd356a33daf2eec34e52c075b06d62866f5fb2f;hp=113f674bfad16554bf29081566ef2f4c47579315;hpb=cc68a136aa179a5f32fe40208371eb9c2b0aadae;p=picodrive.git diff --git a/platform/gp2x/gp2x.h b/platform/gp2x/gp2x.h index 113f674..f76736d 100644 --- a/platform/gp2x/gp2x.h +++ b/platform/gp2x/gp2x.h @@ -25,7 +25,7 @@ unsigned long gp2x_joystick_read(int allow_usb_joy); /* 940 core */ void Pause940(int yes); -void Reset940(int yes); +void Reset940(int yes, int bank); extern void *gp2x_screen;