Created a whitelist of system archives to prevent false positives creating dialogs.

This commit is contained in:
TheKoopaKingdom 2017-04-13 01:18:54 -04:00
parent 0409bdfea5
commit a8aef599e0
9 changed files with 70 additions and 35 deletions

View file

@ -179,7 +179,7 @@ public:
/**
* Loads the Exheader and returns the system mode for this application.
* @return A pair with the system mode (If found) and the result.
* @returns a pair of Optional with the kernel system mode and ResultStatus
*/
std::pair<boost::optional<u32>, ResultStatus> LoadKernelSystemMode() override;