9600 Commits (26d03811615e8d021435691c7ae599ac169792ef)

Author SHA1 Message Date
Lioncash 26d0381161 kernel/thread: Make parameter of GetWaitObjectIndex() const qualified 8 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 8 years ago
Lioncash 824b8e4086 kernel/scheduler: Remove unused parameter to AddThread() 8 years ago
Lioncash cb805f45ae kernel/scheduler: Use deduction guides on mutex locks 8 years ago
Lioncash 4b33a346ed service/fatal: Mark local variables as const where applicable 8 years ago
Lioncash 11505d3d9f service/fatal: Remove unnecessary semicolon 8 years ago
Lioncash cc737e5832 service/fatal: Name FatalInfo structure members 8 years ago
Lioncash 394095438a common/thread: Remove unused functions 8 years ago
fearlessTobi ff7e6a42c1 core/yuzu: Remove enable_nfc setting 8 years ago
Lioncash 3a846aa80f kernel/process: Report total physical memory used to svcGetInfo 8 years ago
Lioncash 2289e895aa kernel/process: Store the total size of the code memory loaded 8 years ago
Lioncash 5d4ab5ec2f kernel/process: Store the main thread stack size to a data member 8 years ago
Lioncash 427f1e3e3d kernel/process: Make Run's stack size parameter a u64 8 years ago
Lioncash 2aca7b9e1e kernel/process: Ensure that given stack size is always page-aligned 8 years ago
Fernando Sahmkow db42bcb306 Fixes and corrections on formatting. 8 years ago
Fernando Sahmkow f35e09fe0d Fixes to multilevelqueue's iterator. 8 years ago
Fernando Sahmkow dde0814837 Use MultiLevelQueue instead of old ThreadQueueList 8 years ago
Fernando Sahmkow 9dbba9240b Add MultiLevelQueue Tests 8 years ago
Fernando Sahmkow 3bc815a5dc Implement intrinsics CountTrailingZeroes and test it. 8 years ago
Fernando Sahmkow 522957f9f3 Implement a MultiLevelQueue 8 years ago
Lioncash 947d364dba gpu_thread: Remove unused dma_pusher class member variable from ThreadManager 8 years ago
Lioncash e2131f7310 gl_rasterizer: Remove unused reference member variable from RasterizerOpenGL 8 years ago
Lioncash a5fa4b311e video_core: Amend constructor initializer list order where applicable 8 years ago
Lioncash bbe700359d video_core: Add missing override specifiers 8 years ago
Lioncash e36f1a5ba9 video_core/gpu: Amend typo in GPU member variable name 8 years ago
Lioncash b26481c94b core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 8 years ago
Lioncash c5d41fd812 core/core_timing: Make callback parameters consistent 8 years ago
Lioncash bd7ec1a749 kernel/kernel: Remove unnecessary forward declaration 8 years ago
Lioncash 7c4bc7b883 kernel/process: Remove unused AddressMapping struct 8 years ago
Lioncash 1e92ba2785 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 8 years ago
Lioncash 99a163478b kernel/vm_manager: Rename HeapAllocate to SetHeapSize 8 years ago
Lioncash abdb81ccaf kernel/vm_manager: Handle case of identical calls to HeapAllocate 8 years ago
Lioncash 9f63acac0f kernel/vm_manager: Remove unused class variables 8 years ago
Lioncash 52980df1aa kernel/vm_manager: Remove unnecessary heap_used data member 8 years ago
Lioncash 586cab6172 kernel/vm_manager: Tidy up heap allocation code 8 years ago
Lioncash f3297d8cd1 loader/nso: Place translation unit specific functions into an anonymous namespace 8 years ago
Lioncash 733cf179b8 file_sys/cheat_engine: Silence truncation and sign-conversion warnings 8 years ago
Lioncash 540235bb05 file_sys/cheat_engine: Remove use of global system accessors 8 years ago
Lioncash 611f4666fd loader/nso: Clean up use of magic constants 8 years ago
Lioncash 1cf90f4570 file_sys/patch_manager: Deduplicate NSO header 8 years ago
Lioncash 90e27ea003 loader/nso: Fix definition of the NSO header struct 8 years ago
Lioncash ee49e1fcb6 file_sys/patch_manager: Remove two magic values 8 years ago
bunnei d0dddb3e9d Revert "Devirtualize Register/Unregister and use a wrapper instead." 8 years ago
Lioncash 76f27d1f44 service/am: Add function table for IDebugFunctions 8 years ago
Lioncash 18918f5f2f kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 8 years ago
Lioncash 56c80a2a21 kernel/vm_manager: Amend flag values for CodeMutable 8 years ago
Lioncash c221308a66 core/memory: Remove unnecessary includes 8 years ago
Lioncash 109b78a6d6 common/bit_util: Fix bad merge duplicating the copy constructor 8 years ago
bunnei 2117edd0f8 memory_manager: Cleanup FindFreeRegion. 8 years ago
bunnei 5a5fccaa23 memory_manager: Use Common::AlignUp in public interface as needed. 8 years ago