diff options
Diffstat (limited to 'heimdall/source/Interface.cpp')
-rw-r--r-- | heimdall/source/Interface.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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()); |