4993 Commits (0bde2e5fc1607687a8bcff3db45a6412e62cc77a)

Author SHA1 Message Date
Lioncash 7784a1ca44 common: Move Is4KBAligned() to alignment.h 7 years ago
Lioncash 3813aafaaf core: Remove unnecessary assert in ArmInterface() 7 years ago
David Marcec 9aa32c18b6 Used better names for mm:u and fixed bad stub 7 years ago
Lioncash 489f59e45f svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 7 years ago
Lioncash 374ea27a8b hid/controller: Remove unused header inclusions 7 years ago
Lioncash ca3d440f78 hid/controller/npad: Remove unused dump_idx member variable 7 years ago
Lioncash 72aa1f10f6 hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor 7 years ago
Lioncash 5583e4f15d hid/controller/npad: Remove #pragma once from the cpp file 7 years ago
Lioncash fd85f5b847 hid/controller/npad: Move npad_id_list into the cpp file 7 years ago
Lioncash 9338428f43 hid/controller/npad: Remove unnecessary const from void return type 7 years ago
Lioncash f864e487b9 hid/controller: Default the destructors of all controller types in the cpp file 7 years ago
Lioncash 6f8f5f1d0a controller_base: Default the base class constructor and destructor in the cpp file 7 years ago
Zach Hilman a0f408400b qt: Add support for dumping a DLC Data RomFS 7 years ago
Zach Hilman 148b28bad1 registered_cache: Deduplicate results of ListEntry and ListEntryFilter 7 years ago
David Marcec 128f14d60e Using dual joycons as the default controller 7 years ago
Zach Hilman b36874c0b7 fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId 7 years ago
Zach Hilman ee70cf8a1a patch_manager: Add support for using LayeredFS with Data 7 years ago
bunnei b1c31be284 config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 7 years ago
Lioncash b00f4831b0 content_archive: Simpify assignment of bktr_base_romfs in the constructor 7 years ago
Lioncash 6adf7a6f99 content_archive: Make IsValidNCA() an internally linked function 7 years ago
Lioncash 401a947c41 content_archive: Simplify rights ID check 7 years ago
Lioncash 33363de6df content_archive: Split loading into separate functions 7 years ago
Lioncash 067a174e00 content_archive: Pass and take NCASectionHeader instance by reference 7 years ago
Lioncash 54ff822f66 XCI: Add function for checking the existence of the program NCA 7 years ago
David e160ae78c8 Implement VI ConvertScalingMode (#1475) 7 years ago
Zach Hilman 82da4930c1 savedata_factory: Add TemporaryStorage SaveDataSpaceId 7 years ago
Zach Hilman 0595fc9947 savedata_factory: Add support for DeviceSaveData 7 years ago
Lioncash 92495f4f70 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash e83e140e3f file_sys/control_metadata: Get rid of magic constants 7 years ago
Lioncash 3b0b8c3f80 nso: Return an optional address from LoadModule 7 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash c6474b9321 core: Make the live Cpu instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash 16a332fee0 core: Make the exclusive monitor a unique_ptr instead of a shared_ptr 7 years ago
Lioncash 0575e2639a core: Make CPUBarrier a unique_ptr instead of a shared_ptr 7 years ago
Zach Hilman 1d2f86949b crypto: Various crypto fixes for quickstart guide 7 years ago
Lioncash 07bc96400e nso: Make LoadModule take a VfsFile by const reference 7 years ago
Lioncash a48ea56c38 nro: Make LoadNro take a VfsFile by const reference 7 years ago
Lioncash 94a82d0966 svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() 7 years ago
Zach Hilman a9af7113be aoc: Read DLC base title ID from RegisteredCache 7 years ago
David Marcec e2901a4e1c Stop all threads on svcBreak 7 years ago
Zach Hilman d5e666d21c aoc: Return size in ListAddOnContent 7 years ago
Lioncash ddf344c119 svc: Implement svcGetProcessInfo 7 years ago
Lioncash c4f04533d9 filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Lioncash 18db0f1107 partition_data_manager: Reserve and insert data within output vector in DecryptPackage2() 7 years ago
Lioncash 20a95f7e90 partition_data_manager: Remove unused std::map instance within DecryptPackage2() 7 years ago
Lioncash 283f111f7d partition_data_manager: Take package2_keys by const reference 7 years ago
Lioncash 461cd4b81c partition_data_manager: Move IV data to where it's needed in DecryptPackage2() 7 years ago
Lioncash 7095c2fa42 partition_data_manager: Remove commented out code 7 years ago
Lioncash e21cda8767 key_manager/partition_data_manager: Silence truncation compiler warnings 7 years ago
Lioncash 8e8fbbc19b partition_data_manager: Dehardcode array bounds 7 years ago