From babef8e580c4b9d2daae1bd7b4092b59b5fa70be Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Thu, 21 Jul 2011 02:43:49 +1000 Subject: - Added file extension checks to Heimdall Frontend (for partition files). - Made sure Heimdall command line always returns 1 if a device is not detected. - Minor interface tweaks for Heimdall Frontend. --- heimdall/source/Interface.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'heimdall/source/Interface.cpp') diff --git a/heimdall/source/Interface.cpp b/heimdall/source/Interface.cpp index bb0f30b..b2677cc 100644 --- a/heimdall/source/Interface.cpp +++ b/heimdall/source/Interface.cpp @@ -419,6 +419,11 @@ void Interface::PrintFullInfo(void) Print(extraInfo); } +void Interface::PrintDeviceDetectionFailed(void) +{ + Print("Failed to detect compatible download-mode device.\n"); +} + void Interface::PrintPit(const PitData *pitData) { Interface::Print("Entry Count: %d\n", pitData->GetEntryCount()); -- cgit v1.1