New options: Bootscreen as Info, game Easter-egg (#13829)
This commit is contained in:
committed by
Scott Lahteine
parent
180f9a4c22
commit
eefe3f595a
@@ -343,7 +343,7 @@ void DGUSScreenVariableHandler::DGUSLCD_SendStringToDisplayPGM(DGUS_VP_Variable
|
||||
}
|
||||
|
||||
void DGUSScreenVariableHandler::DGUSLCD_SD_StartPrint(DGUS_VP_Variable &var, void *val_ptr) {
|
||||
if(!filelist.seek(file_to_print)) return;
|
||||
if (!filelist.seek(file_to_print)) return;
|
||||
ExtUI::printFile(filelist.filename());
|
||||
ScreenHandler.GotoScreen(DGUSLCD_SCREEN_STATUS);
|
||||
}
|
||||
|
Reference in New Issue
Block a user