mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 02:45:07 -04:00
ams: support building unit test programs on windows/linux/macos
This commit is contained in:
parent
9a38be201a
commit
64a97576d0
756 changed files with 33359 additions and 9372 deletions
|
@ -27,7 +27,7 @@ namespace ams::patcher {
|
|||
constexpr const char Ips32HeadMagic[5] = {'I', 'P', 'S', '3', '2'};
|
||||
constexpr const char Ips32TailMagic[4] = {'E', 'E', 'O', 'F'};
|
||||
constexpr const char *IpsFileExtension = ".ips";
|
||||
constexpr size_t IpsFileExtensionLength = std::strlen(IpsFileExtension);
|
||||
constexpr size_t IpsFileExtensionLength = util::Strlen(IpsFileExtension);
|
||||
constexpr size_t ModuleIpsPatchLength = 2 * sizeof(ro::ModuleId) + IpsFileExtensionLength;
|
||||
|
||||
/* Global data. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue