6436 Commits (c4fe83a7bc302acbefe0eedee48eabc671d33964)

Author SHA1 Message Date
Lioncash 612e1388df core/core: Move process execution start to System's Load() 7 years ago
Lioncash 32a6ceb4e5 core/process: Remove unideal page table setting from LoadFromMetadata() 7 years ago
Lioncash a4b0a8559c core/core: Move main process creation into Load() 7 years ago
Lioncash 6d0551196d video_core/gpu: Create threads separately from initialization 7 years ago
Lioncash f2331a804a core/cpu_core_manager: Create threads separately from initialization. 7 years ago
Lioncash 6300ccbc3c kernel: Make handle type declarations constexpr 7 years ago
Lioncash ca96dc4676 service: Update service function tables 7 years ago
Lioncash dae2449880 ldr: Mark IsValidNROHash() as a const member function 7 years ago
Lioncash 0032cf3818 ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr 7 years ago
Lioncash 8676832064 fsp_srv: Remove unnecessary parameter popping in IDirectory's Read() 7 years ago
Lioncash fc436bb09b fsp_srv: Log out option values in IFile's Read and Write functions 7 years ago
Lioncash 08d507a196 kernel/server_session: Remove obsolete TODOs 7 years ago
Lioncash 2abf979c35 kernel/process: Set page table when page table resizes occur. 7 years ago
zarroboogs be6466d5c0 added a toggle to force 30fps mode 7 years ago
Lioncash b117ca5fce kernel/svc: Deglobalize the supervisor call handlers 7 years ago
Lioncash 36a1e6a982 core/memory: Remove unused enum constants 7 years ago
Lioncash abae7577d2 core/memory: Remove GetCurrentPageTable() 7 years ago
Lioncash a6a82bb004 arm/arm_dynarmic: Remove unnecessary current_page_table member 7 years ago
Lioncash e779686a76 kernel: Handle page table switching within MakeCurrentProcess() 7 years ago
Lioncash 7a7ffa602d kernel/server_session: Return a std::pair from CreateSessionPair() 7 years ago
Lioncash 04d265562f kernel/server_port: Return a std::pair from CreatePortPair() 7 years ago
Lioncash 5dfcf7cf26 hle/result: Remove unnecessary bitfield entry for ResultCode 7 years ago
Lioncash 37b23efece file_sys/program_metadata: Remove obsolete TODOs 7 years ago
Lioncash a1868286b0 file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType 7 years ago
Lioncash 28e36de56f file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash() 7 years ago
Lioncash c05c8a7a06 service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 7 years ago
Lioncash d0ed3ff4b7 service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem 7 years ago
Lioncash d9ee58a3b5 service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs 7 years ago
Lioncash 15e0c4c4ec filesystem: Use a std::string_view in OpenFile() 7 years ago
Lioncash 7f506be2ee hle/service: Resolve unused variable warnings 7 years ago
Lioncash 5b0a9f8ba8 core: Add missing override specifiers where applicable 7 years ago
Lioncash a973271b8c file_sys/control_metadata: Amend naming of members 7 years ago
Lioncash c39c8e6982 kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic 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 a074363a5d kernel/server_session: Provide a GetName() override 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