index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
reporter.cpp
Age
Commit message (
Expand
)
Author
2025-02-16
build: upgrade fmt and SDL2
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-10-21
kernel: update KProcess
Liam
2023-08-25
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-05
reporter: Pass by const reference where applicable
Lioncash
2022-12-05
reporter: Eliminate undefined behavior in SaveErrorReport
Lioncash
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
core: Reduce unused includes
ameerj
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-07-22
cmake: Remove shader cache version
ReinUsesLisp
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2021-06-16
fsp_srv: Fix filesystem access logging
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-14
common: Move settings to common from core.
bunnei
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-01-20
lm: Recode LM service
Chloe Marcec
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-05-08
Replace externals with Conan (#3735)
James Rowe
2020-04-17
core: reporter: Updates for new VMM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-03-02
core: Implement separate A32/A64 ARM interfaces.
bunnei
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-09-22
lm: Flush manager output on core shutdown
Zach Hilman
2019-09-22
reporter: Add log output for packaged lm log data
Zach Hilman
2019-09-21
reporter: Differentiate between Old, New, and System play reports
Zach Hilman
2019-09-04
Fix clang-format
Ethan
2019-08-29
accommodate for fmt update
Ethan
2019-07-07
Merge pull request #2642 from DarkLordZach/fsp-log-2
bunnei
2019-07-05
core/reporter: Allow moves into SaveToFile()
Lioncash
2019-07-05
core/reporter: Add missing includes and forward declarations
Lioncash
2019-07-05
core/reporter: Remove unnecessary namespace qualifiers
Lioncash
2019-07-05
core/reporter: Remove pessimizing move in GetHLERequestContextData()
Lioncash
2019-07-05
core/reporter: Make bracing consistent
Lioncash
[next]