5304 Commits (37b23efece7692b36da1009271a964b95780ad32)

Author SHA1 Message Date
Lioncash 37b23efece file_sys/program_metadata: Remove obsolete TODOs 7 years ago
Lioncash 7f506be2ee hle/service: Resolve unused variable warnings 7 years ago
Lioncash a973271b8c file_sys/control_metadata: Amend naming of members 7 years ago
Lioncash ea8f633dc0 service/am: Correct behavior of CreateTransferMemoryStorage() 7 years ago
Lioncash 140cd5e209 kernel/transfer_memory: Add accessors to data and sizes 7 years ago
Lioncash 7ccb0b16cd kernel/object: Remove unused handle type entry 7 years ago
Lioncash 28719ee3b4 kernel/svc: Implement svcGetThreadList 7 years ago
Lioncash cb2bce8006 kernel/svc: Implement svcGetProcessList 7 years ago
ReinUsesLisp 592a24ae53 process: Fix up compilation 7 years ago
Lioncash 4366241739 kernel/thread: Make AllWaitObjectsReady() a const qualified member function 7 years ago
Lioncash 20cc0b8d3c kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const 7 years ago
Lioncash 2d70c30fb2 kernel/thread: Avoid sign conversion within GetCommandBufferAddress() 7 years ago
Lioncash 26d0381161 kernel/thread: Make parameter of GetWaitObjectIndex() const qualified 7 years ago
Lioncash d09e98f566 kernel/resource_limit: Remove the name member from resource limits 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash 824b8e4086 kernel/scheduler: Remove unused parameter to AddThread() 7 years ago
Lioncash cb805f45ae kernel/scheduler: Use deduction guides on mutex locks 7 years ago
Lioncash 4b33a346ed service/fatal: Mark local variables as const where applicable 7 years ago
Lioncash 11505d3d9f service/fatal: Remove unnecessary semicolon 7 years ago
Lioncash cc737e5832 service/fatal: Name FatalInfo structure members 7 years ago
Lioncash 108be41316 kernel/shared_memory: Remove unused core/memory.h include 7 years ago
Lioncash c6147a439d kernel/shared_memory: Sanitize supplied size when unmapping 7 years ago
unknown c791192d64 Addressed feedback 7 years ago
unknown 6a1a2d4aa5 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
fearlessTobi ff7e6a42c1 core/yuzu: Remove enable_nfc setting 7 years ago
Lioncash 3a846aa80f kernel/process: Report total physical memory used to svcGetInfo 7 years ago
Lioncash 2289e895aa kernel/process: Store the total size of the code memory loaded 7 years ago
Lioncash 5d4ab5ec2f kernel/process: Store the main thread stack size to a data member 7 years ago
Lioncash 427f1e3e3d kernel/process: Make Run's stack size parameter a u64 7 years ago
Lioncash 2aca7b9e1e kernel/process: Ensure that given stack size is always page-aligned 7 years ago
Fernando Sahmkow db42bcb306 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow dde0814837 Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Lioncash 758d84db9a service/am: Implement EnterFatalSection and LeaveFatalSection 7 years ago
Lioncash 96d518a59f service/am: Sort ISelfController's member functions according to table order 7 years ago
Lioncash b26481c94b core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash c5d41fd812 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash bd7ec1a749 kernel/kernel: Remove unnecessary forward declaration 7 years ago
Lioncash 7c4bc7b883 kernel/process: Remove unused AddressMapping struct 7 years ago
Lioncash 1e92ba2785 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 7 years ago
Lioncash 99a163478b kernel/vm_manager: Rename HeapAllocate to SetHeapSize 7 years ago
Lioncash abdb81ccaf kernel/vm_manager: Handle case of identical calls to HeapAllocate 7 years ago
Lioncash 9f63acac0f kernel/vm_manager: Remove unused class variables 7 years ago
Lioncash 52980df1aa kernel/vm_manager: Remove unnecessary heap_used data member 7 years ago
Lioncash 586cab6172 kernel/vm_manager: Tidy up heap allocation code 7 years ago
Lioncash c0a01f3adc kernel/codeset: Make CodeSet's memory data member a regular std::vector 7 years ago
Lioncash f3297d8cd1 loader/nso: Place translation unit specific functions into an anonymous namespace 7 years ago
Lioncash 733cf179b8 file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash 540235bb05 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash 611f4666fd loader/nso: Clean up use of magic constants 7 years ago
Lioncash 1cf90f4570 file_sys/patch_manager: Deduplicate NSO header 7 years ago