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
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
2019-07-05
core/reporter: Return in error case in SaveToFile()
Lioncash
2019-06-28
reporter: Add report class for filesystem access logs
Zach Hilman
2019-06-22
Update reporter.cpp
Thomas May
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