X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=fds.c;fp=fds.c;h=e5e4d5bc8d81fbc6e029515de454710be75dcbad;hp=a8e3d401c71750ee2e7857047d805b2eb2026f77;hb=c4980f9edd806014286d57aee1cbe5e73b803e46;hpb=e328100eecae3adfce1c3b57364bee5d166217ef 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; } }