5362 Commits (6a42862a16913bb6474f244ecc7acfbc5477b8df)

Author SHA1 Message Date
Lioncash 0727ec14d4 kernel/shared_memory: Remove unused core/memory.h include 7 years ago
Lioncash a764ca6e1a kernel/shared_memory: Sanitize supplied size when unmapping 7 years ago
unknown 161c82078c Addressed feedback 7 years ago
unknown bad8750fe8 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
unknown 27aac8d363 Addressed feedback 7 years ago
unknown 44e5cc7a29 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
fearlessTobi 86a7ab36ba core/yuzu: Remove enable_nfc setting 7 years ago
Lioncash 60167a13eb kernel/process: Report total physical memory used to svcGetInfo 7 years ago
Lioncash 4ee615b15a kernel/process: Store the total size of the code memory loaded 7 years ago
Lioncash 9a748d6f28 kernel/process: Store the main thread stack size to a data member 7 years ago
Lioncash 62afbfe707 kernel/process: Make Run's stack size parameter a u64 7 years ago
Lioncash ccbb4dd036 kernel/process: Ensure that given stack size is always page-aligned 7 years ago
Zach Hilman d6744d9b06 patch_manager: Dump NSO name with build ID 7 years ago
Fernando Sahmkow 1e7fd04059 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow 19cec0236a Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Zach Hilman ec383a021b game_list: Register content with ContentProvider 7 years ago
Zach Hilman 3f62d06b38 core: Port current uses of RegisteredCache to ContentProvider 7 years ago
Zach Hilman 73a4412736 core: Store system-wide ContentProvider for the emulator 7 years ago
Zach Hilman 0cfcb928ce file_sys: Create ContentProvider interface and default implementations 7 years ago
Lioncash 16498c1ff4 service/am: Implement EnterFatalSection and LeaveFatalSection 7 years ago
Lioncash a02f8af45a service/am: Sort ISelfController's member functions according to table order 7 years ago
Lioncash ff47991967 core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash 7739479e15 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash 39dabe1fd9 kernel/kernel: Remove unnecessary forward declaration 7 years ago
Lioncash fde6555f64 kernel/process: Remove unused AddressMapping struct 7 years ago
Lioncash 4a886e14f9 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 7 years ago
Lioncash 142364942d kernel/vm_manager: Rename HeapAllocate to SetHeapSize 7 years ago
Lioncash 5d0d85ba55 kernel/vm_manager: Handle case of identical calls to HeapAllocate 7 years ago
Lioncash 4098d3a91d kernel/vm_manager: Remove unused class variables 7 years ago
Lioncash 9f51b744a5 kernel/vm_manager: Remove unnecessary heap_used data member 7 years ago
Lioncash 47b4582e89 kernel/vm_manager: Tidy up heap allocation code 7 years ago
Lioncash b8ccd49d77 kernel/codeset: Make CodeSet's memory data member a regular std::vector 7 years ago
Lioncash 0097cd25a8 loader/nso: Place translation unit specific functions into an anonymous namespace 7 years ago
Lioncash 0d44c061fe file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash b59b7084c7 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash e8791f39ae loader/nso: Clean up use of magic constants 7 years ago
Lioncash be2b64e8bc file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash cae60f2d1f loader/nso: Fix definition of the NSO header struct 7 years ago
Lioncash 782461221f file_sys/patch_manager: Remove two magic values 7 years ago
Lioncash 5af93ea994 service/am: Add function table for IDebugFunctions 7 years ago
Lioncash 60a98211a2 kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 years ago
Lioncash 465f301ce0 kernel/vm_manager: Amend flag values for CodeMutable 7 years ago
Lioncash 1b4128a12e core/memory: Remove unnecessary includes 7 years ago
bunnei bf01830258 memory: Check that core is powered on before attempting to use GPU. 7 years ago
bunnei fa405371ee gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 6f872bd580 gpu: Move GPUVAddr definition to common_types. 7 years ago
Lioncash 912366764e kernel/process: Make MapSegment lambda reference parameter const 7 years ago
Lioncash 70ce9f5767 kernel: Move CodeSet structure to its own source files 7 years ago
Fernando Sahmkow 18ca210bb7 Fix crash caused by 2238. 7 years ago
Fernando Sahmkow 9c6df61497 Fix small bug that kept a thread as a condvar thread after being signalled. 7 years ago