4232 Commits (234f8bc834e8e02834608d18cd8fe5a9959c1f9b)

Author SHA1 Message Date
Lioncash cc482913f4 fsmitm_romfsbuild: std::move std::vector instances in Build() 8 years ago
Lioncash 8c2a41fa87 fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() 8 years ago
Lioncash 77f4e47b49 patch_manager: Invert conditionals within ApplyLayeredFS() 8 years ago
Lioncash df3517f7b3 vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list 8 years ago
Lioncash 0234afa2ab fsmitm_romfsbuild: Avoid type truncation warnings 8 years ago
Lioncash 87fdd86e0e fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext 8 years ago
Lioncash b532635176 fsmitm_romfsbuild: Remove unnecessary loops in Build() 8 years ago
Lioncash cb483ba942 fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() 8 years ago
Lioncash 8a132a6dc3 vfs/etc: Append std:: to size_t usages 8 years ago
Lioncash c42d80cd15 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 8 years ago
Lioncash 7cab491fcb vfs_static: Remove template byte parameter from StaticVfsFile 8 years ago
Lioncash 9f57c22ae2 service: Add missing headers inclusions where applicable 8 years ago
Lioncash cf3e25a3c6 core_cpu: Make arm_interface instances a std::unique_ptr 8 years ago
Lioncash 4ebca28342 kernel/scheduler: Take ARM_Interface instance by reference in the constructor 8 years ago
David b7b7c12774 Implemented fatal:u properly (#1347) 8 years ago
David 11a9e90d8d Stubbed IRS (#1349) 8 years ago
Zach Hilman 0243903c12 fsmitm: Cleanup and modernize fsmitm port 8 years ago
tech4me 8e24b6c884 svc: Updated svc names 8 years ago
David Marcec 5d1edf66c1 Added audren:u#GetAudioRendererState 8 years ago
Zach Hilman 600867c594 qt: Add UI elements for LayeredFS and related tools 8 years ago
Zach Hilman a3a1b7d144 romfs: Implement CreateRomFS 8 years ago
Zach Hilman 38f80a495b file_sys: Port Atmosphere-NX fs_mitm implementation 8 years ago
Zach Hilman 80c76da1e1 filesystem: Add LayeredFS VFS directory getter 8 years ago
Zach Hilman 0a42fdaf1d bis_factory: Add mod directory VFS getter 8 years ago
Zach Hilman 9d428044ad patch_manager: Add LayeredFS mods support 8 years ago
Zach Hilman b6535b4376 vfs_concat: Rewrite and fix ConcatenatedVfsFile 8 years ago
Zach Hilman 3d1fdb3f79 vfs_layered: Add LayeredVfsDirectory 8 years ago
Zach Hilman af9d8e20d6 vfs_vector: Add VectorVfsFile 8 years ago
Zach Hilman 1da3b1f3b4 vfs_static: Add StaticVfsFile 8 years ago
Zach Hilman c151394e47 vfs: Add and rewite VfsRawCopy functions 8 years ago
Zach Hilman df19124e6d vfs: Add GetEntries method 8 years ago
Lioncash 6ac6054b7a svc: Move most process termination code to its own function within Process 8 years ago
Lioncash ded89694f7 thread/process: Move TLS slot marking/freeing to the process class 8 years ago
David fb0cc94d02 Added support for uncompressed NSOs (#1374) 8 years ago
David Marcec ebb569bd3c Revert GetRequestState 8 years ago
Lioncash 018c7cbbe0 kernel/thread: Use owner_process when setting the page table in SetupMainThread() 8 years ago
Lioncash b051082129 arm_interface: Replace kernel vm_manager include with a forward declaration 8 years ago
Jarek Syrylak 81ee22e420 Correct endianness of BKPT 8 years ago
MerryMage ade71037bf arm_dynarmic: Halt when BRK encountered 8 years ago
David Marcec 99bc06c6df Fixed submit 8 years ago
David Marcec 60b1a8a00b Added IRequest::Submit 8 years ago
David Marcec f929879ac4 Removed unneeded event clear 8 years ago
David Marcec 045a597e82 Implemented NTC & IEnsureNetworkClockAvailabilityService 8 years ago
Lioncash 315f6ef402 file-sys: Default heavy-weight class destructors in the cpp file 8 years ago
Lioncash fdfb47dbb4 control_metadata: Remove unnecessary else within GetLanguageEntry() 8 years ago
Lioncash 204d0da99a control_metadata: Move language name array definition to the cpp file 8 years ago
MerryMage 7b5436d4ef arm_dynarmic: Support BKPT instruction 8 years ago
Lioncash a3a51a7b98 xts_archive: Remove unused variables from CalculateHMAC256() 8 years ago
Lioncash d2736c4ddc xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 8 years ago
Lioncash 2eeb830edb nax: Avoid re-parsing NAX data with GetFileType() 8 years ago