index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
reporter.h
Age
Commit message (
Expand
)
Author
2023-03-01
service: move hle_ipc from kernel
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
2021-06-16
fsp_srv: Fix filesystem access logging
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-01-20
lm: Recode LM service
Chloe Marcec
2020-04-20
service: Update function tables
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-07-07
Merge pull request #2642 from DarkLordZach/fsp-log-2
bunnei
2019-07-05
core/reporter: Add missing includes and forward declarations
Lioncash
2019-07-05
core/reporter: Remove unnecessary namespace qualifiers
Lioncash
2019-06-28
reporter: Add report class for filesystem access logs
Zach Hilman
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-25
core: Add Reporter class to take/save reports
Zach Hilman