X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=fds.c;h=e5e4d5bc8d81fbc6e029515de454710be75dcbad;hp=a8e3d401c71750ee2e7857047d805b2eb2026f77;hb=e5f8a1a92df07167d0b17dfa41cc3e9e8fa73339;hpb=e7f5287861e2da956537a6db8abb26f9a26255f8 diff --git a/fds.c b/fds.c index a8e3d40..e5e4d5b 100644 --- a/fds.c +++ b/fds.c @@ -85,12 +85,13 @@ static uint8 SelectDisk,InDisk; #define DC_INC 1 -void FDSGI(int h) +void FDSGI(int h, void *param) { switch(h) { case GI_CLOSE: FDSClose();break; case GI_POWER: FDSInit();break; + case GI_INFOSTRING: sprintf(param, "FDS, Sides: %d", TotalSides);break; } }