b7644a2ed5
* Fix issues with bank dependency processing - Looking for init.bnk in the .bankdeps files needed to do a case-insensitive check. - Updated many of the failure/warning messages. - Fixed one place where warning wasn't being output properly. - Fixed a couple places where the warning was saying it would add init.bnk as a dependency (when none was found) but it didn't actually do that. Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Minor edits to comments and strings Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Check empty rather than size Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>