citra/src/core/loader
Léo Lam 43d1ee6fb7 ncch_container: Apply IPS patch after allocating .bss
This allows an IPS patch to edit .bss. This is useful for game patches
that need to add code, as putting things in .bss allows adding new code
*without* editing .code and thus without having to relocate everything.
2019-07-10 12:57:30 +02: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 Kernel: replace boost::intrusive_ptr with std::shared_ptr 2019-03-24 14:32:11 -04:00
ncch.cpp ncch_container: Apply IPS patch after allocating .bss 2019-07-10 12:57:30 +02:00
ncch.h Kernel: replace boost::intrusive_ptr with std::shared_ptr 2019-03-24 14:32:11 -04:00
smdh.cpp citra_qt: Add a game region column 2018-05-01 19:57:01 +02:00
smdh.h citra_qt: Add a game region column 2018-05-01 19:57:01 +02:00