7510 Commits (57175bbfcb4a8949985595642c7af633afa0d6a5)

Author SHA1 Message Date
Morph 31a56dafd3 aes_util: Remove malformed mbedtls_cipher_finish function call 5 years ago
bunnei 0fea01628e core: Shutdown: Move kernel cleanup to later in shutdown. 5 years ago
comex 4258b4985a [network] Error handling reform 5 years ago
german 38bbaf2c06 Implements touch, pan, pinch and rotation gestures 5 years ago
bunnei 05f489a639 core: hle: ldn: Error out on call to Initialization. 5 years ago
bunnei 3322f10f84 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago
Morph c841dcc8cb hid: Implement GameCube Controller Vibrations 5 years ago
Morph ba79a07519 acc: Stub GetNintendoAccountUserResourceCacheForApplication 5 years ago
ameerj 0d9fb9ca27 kernel: Fix resource release exception on exit 5 years ago
bunnei 5dbcaa2970 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
bunnei c21aa2479a hle: kernel: Migrate MemoryManager to KMemoryManager. 5 years ago
bunnei 21a22af0c5 hle: kernel: Migrate PageLinkedList to KPageLinkedList. 5 years ago
bunnei a4c5e6d964 hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. 5 years ago
bunnei 5702047b65 hle: kernel: Migrate SlabHeap to KSlabHeap. 5 years ago
bunnei 8c9e87ab66 hle: kernel: Migrate MemoryLayout to KMemoryLayout. 5 years ago
bunnei 867294d639 hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo. 5 years ago
bunnei 921fd4932f hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous. 5 years ago
bunnei f82b15089b hle: kernel: KSystemControl does not belong in Memory namespace. 5 years ago
bunnei 5a1fe8c70a hle: kernel: memory: PageHeap: Migrate to KPageBitmap class. 5 years ago
bunnei cafc6c3707 hle: kernel: Add KPageBitmap class. 5 years ago
bunnei d072e9b977 hle: kernel: system_control: Add function GenerateRandomU64. 5 years ago
bunnei c51da1b0d5 hle: kernel: Add KSpinLock implementation. 5 years ago
bunnei a706a6a08e core: memory: Add templated GetPointer methods. 5 years ago
bunnei f8d8755776 hle: kernel: Rename SharedMemory to KSharedMemory. 5 years ago
bunnei 1c8d749458 core: core_timing_util: Optimize core timing math. 5 years ago
Morph 57738090f7 core/CMakeLists: Add web_types.h 5 years ago
bunnei b950e28dfa hle: service: ldn: IUserLocalCommunicationService: Improve the stub. 5 years ago
bunnei 5fc36d40f8 hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled. 5 years ago
bunnei 909c60e51e hle: service: am: IStorageAccessor: Fix out of bounds error handling. 5 years ago
ameerj c0ccf9eac5 Address PR feedback 5 years ago
ameerj be6c487b4e nvdec cleanup 5 years ago
ameerj faae6b5595 kernel: More accurately reserve and release resources 5 years ago
ameerj 48b09cc56d kernel: KScopedReservation implementation 5 years ago
Chloe e62886ead0 kernel: Unify result codes (#5890) 5 years ago
Morph 118e33cfa9 software_keyboard: Implement Finalize request command 5 years ago
lat9nq 51b74a317b core: Add -fsized-dealloction as a Clang flag 5 years ago
Lioncash 2f9cc2f0ae bsd: Remove usage of optional emplace() with no arguments 5 years ago
Lioncash 771865bdfc am/controller: Remove [[fallthrough]] from unreachable path 5 years ago
Lioncash 32e763c64c nfp: Correct uninitialized size being used within GetTagInfo() 5 years ago
german 020c22f53d hid: Implement GC controller 5 years ago
german 0210c4e219 olsc: Stub GetSaveDataBackupSetting 5 years ago
german c7cae8769f Add mouse panning 5 years ago
Chloe Marcec 937aa8908b lm: Fix ReadLeb128 5 years ago
Alessandro Astone 60353d70af pl_u: Fix read out of bounds 5 years ago
german 93ac87f29e Make settings controller image change with controller input 5 years ago
Lioncash 6764c7ce52 k_address_arbiter: Unfold R_UNLESS macros 5 years ago
Lioncash 8884e73c8b k_address_arbiter: Remove unnecessary usages of std::addressof 5 years ago
Lioncash c8cc1c301e k_address_arbiter: Remove dead code 5 years ago
Lioncash 8618ac9b8b svc: Provide more detailed error logs for svc functions 5 years ago
bunnei 7126a200c4 hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement. 5 years ago