Commit 02841052 authored by Lioncash's avatar Lioncash
Browse files

submission_package: Use std::string's rfind() when looking for the extension...

submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS()

When searching for a file extension, it's generally preferable to begin
the search at the end of the string rather than the beginning, as the
whole string isn't going to be walked just to check for something at the
end of it.
parent 37ee05f7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment