citra/src/core/loader
Léo Lam 3140086c60 file_sys: Handle patch applying failures
This changes ApplyCodePatch to return a ResultStatus, which makes it
possible to determine whether patch applying has failed. Previously,
only a boolean was returned, and false was returned when no patch
was found OR when a patch was found but applying it failed.

This also changes AppLoader_NCCH to return an error if patching fails
because the executable is likely to be left in an inconsistent state
and we should not proceed booting in that case.
2019-12-22 10:46:47 +01:00
..
3dsx.cpp Port various minor changes from yuzu PRs (#4725) 2019-05-01 14:28:49 +02:00
3dsx.h cleanup includes 2019-03-26 10:50:41 -04:00
elf.cpp Port various minor changes from yuzu PRs (#4725) 2019-05-01 14:28:49 +02:00
elf.h cleanup includes 2019-03-26 10:50:41 -04:00
loader.cpp core/loader: avoid "different type" warning for .app 2018-07-23 17:37:52 +08:00
loader.h Filter non-executable files out of the game list. 2019-09-08 14:19:11 -07:00
ncch.cpp file_sys: Handle patch applying failures 2019-12-22 10:46:47 +01:00
ncch.h Filter non-executable files out of the game list. 2019-09-08 14:19:11 -07:00
smdh.cpp Allow displaying of the full title in the interface, as well as use the full title in the search filter 2019-09-09 23:36:21 -03:00
smdh.h Allow displaying of the full title in the interface, as well as use the full title in the search filter 2019-09-09 23:36:21 -03:00