50 Commits (72202eb15f9f5eda680de126768b7c98adf56676)

Author SHA1 Message Date
Liam 62e106dbe8 kernel: update KProcess 2 years ago
liamwhite aa16fd2422 kernel: offset code entry point for 39-bit address space type (#11326) 2 years ago
Liam 6b6f0b21b9 k_process: PageTable -> GetPageTable 2 years ago
Liam 6eaef51cf2 memory: rename global memory references to application memory 3 years ago
Liam 156516e399 kernel: use KTypedAddress for addresses 3 years ago
Liam d7e9461b71 service: move hle_ipc from kernel 3 years ago
Liam c68577384a general: rename CurrentProcess to ApplicationProcess 3 years ago
ameerj 7cc5da4a9f Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" 3 years ago
liamwhite f74a95b6fb Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" 3 years ago
ameerj db9a523aae service: Use ReadBufferSpan where it is trivial to do so 3 years ago
Lioncash 6922ed4fad reporter: Pass by const reference where applicable 3 years ago
Lioncash 97fd619312 reporter: Eliminate undefined behavior in SaveErrorReport 3 years ago
german77 c7890ebccc core: Replace all instances of ResultCode with Result 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
ameerj 22e01068e1 core: Reduce unused includes 4 years ago
Morph 41a0c088ba general: Get the current process program id directly from the system 4 years ago
Morph 10508e7af2 general: Rename GetTitleID to GetProgramID 4 years ago
ReinUsesLisp 2e6acac647 cmake: Remove shader cache version 4 years ago
lat9nq 794c444285 general: Make most settings a BasicSetting 5 years ago
Morph 20bb5fe3a1 fsp_srv: Fix filesystem access logging 5 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
bunnei 5dbcaa2970 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
Chloe Marcec 5cbbf4f865 lm: Recode LM service 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
James Rowe 2991e7441a Replace externals with Conan (#3735) 6 years ago
bunnei 93828bffc2 core: reporter: Updates for new VMM. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
bunnei 048ac77adc core: Implement separate A32/A64 ARM interfaces. 6 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash e04aeb9531 core: Prepare various classes for memory read/write migration 6 years ago
Zach Hilman 13933f0af3 lm: Flush manager output on core shutdown 6 years ago
Zach Hilman ad5328136a reporter: Add log output for packaged lm log data 7 years ago
Zach Hilman 234dee670e reporter: Differentiate between Old, New, and System play reports 7 years ago
Ethan 94ed7e8de1 Fix clang-format 6 years ago
Ethan e250a95348 accommodate for fmt update 6 years ago
Lioncash d360b7465f core/reporter: Allow moves into SaveToFile() 7 years ago
Lioncash 770387fadb core/reporter: Add missing includes and forward declarations 7 years ago
Lioncash 0756025102 core/reporter: Remove unnecessary namespace qualifiers 7 years ago
Lioncash 6e9c716272 core/reporter: Remove pessimizing move in GetHLERequestContextData() 7 years ago
Lioncash 174e596d56 core/reporter: Make bracing consistent 7 years ago
Lioncash 5db1fdfa4a core/reporter: Return in error case in SaveToFile() 7 years ago
Zach Hilman 0add7f4ccb reporter: Add report class for filesystem access logs 7 years ago
Thomas May 3fc5127a9f Update reporter.cpp 7 years ago
Zach Hilman 227430a157 loader: Move NSO module tracking to AppLoader 7 years ago
Zach Hilman 8d16f91049 core: Add Reporter class to take/save reports 7 years ago