HS_chopFIFO Function (ROM Call 0x23C)

homescr.h

void HS_chopFIFO (void);

Deletes all history items which exceed the limit.

HS_copyFIFO deletes all Home Screen history pairs which exceed the limit set by the user. It is called internally by HS_pushFIFONode, so usually you do not need to call it yourself.


Uses: HS_deleteFIFONode, HS_getFIFONode, ROM Call 0x5DE
Used by: HomeExecute, HS_pushFIFONode