index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
reporter.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-08
Replace externals with Conan (#3735)
James Rowe
1
-1
/
+2
2020-04-17
core: reporter: Updates for new VMM.
bunnei
1
-3
/
+5
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
1
-2
/
+2
2020-03-03
core: Implement separate A32/A64 ARM interfaces.
bunnei
1
-1
/
+1
2019-11-27
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-1
/
+1
2019-11-27
core: Prepare various classes for memory read/write migration
Lioncash
1
-7
/
+7
2019-09-22
lm: Flush manager output on core shutdown
Zach Hilman
1
-3
/
+2
2019-09-22
reporter: Add log output for packaged lm log data
Zach Hilman
1
-0
/
+52
2019-09-22
reporter: Differentiate between Old, New, and System play reports
Zach Hilman
1
-3
/
+7
2019-09-04
Fix clang-format
Ethan
1
-1
/
+1
2019-08-29
accommodate for fmt update
Ethan
1
-1
/
+1
2019-07-05
core/reporter: Allow moves into SaveToFile()
Lioncash
1
-1
/
+1
2019-07-05
core/reporter: Add missing includes and forward declarations
Lioncash
1
-1
/
+5
2019-07-05
core/reporter: Remove unnecessary namespace qualifiers
Lioncash
1
-1
/
+1
2019-07-05
core/reporter: Remove pessimizing move in GetHLERequestContextData()
Lioncash
1
-1
/
+1
2019-07-05
core/reporter: Make bracing consistent
Lioncash
1
-8
/
+18
2019-07-05
core/reporter: Return in error case in SaveToFile()
Lioncash
1
-1
/
+3
2019-06-29
reporter: Add report class for filesystem access logs
Zach Hilman
1
-0
/
+18
2019-06-22
Update reporter.cpp
Thomas May
1
-5
/
+5
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
1
-36
/
+38
2019-05-25
core: Add Reporter class to take/save reports
Zach Hilman
1
-0
/
+351