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
/
common
/
logging
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-0
/
+1
2015-04-03
Services: Stubs and minor changes
purpasmart96
2
-0
/
+4
2015-03-09
Added LCD registers, and implementation for color filling in OGL code.
archshift
2
-0
/
+2
2015-03-06
Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.
Emmanuel Gil Peyrot
5
-7
/
+17
2015-02-22
Added information reporting from ThrowFatalError
archshift
2
-0
/
+2
2015-02-13
backend: Add logging subentry for ldr
Lioncash
1
-0
/
+1
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-2
/
+2
2015-02-08
Services: Stub some functions
purpasmart96
1
-0
/
+1
2015-02-07
Fix a wrong file name in a comment
chinhodado
1
-1
/
+1
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
1
-16
/
+7
2015-01-07
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2
-0
/
+2
2014-12-31
SOC_U: Preliminary implementation of sockets.
Subv
2
-0
/
+2
2014-12-21
License change
purpasmart96
7
-7
/
+7
2014-12-14
Restore the original console color after logging a message.
Yuri Kunde Schlesner
2
-13
/
+25
2014-12-13
Add configurable per-class log filtering
Yuri Kunde Schlesner
4
-3
/
+203
2014-12-13
Implement text path trimming for shorter paths.
Yuri Kunde Schlesner
2
-1
/
+38
2014-12-13
Re-add coloring to the console logging output.
Yuri Kunde Schlesner
1
-0
/
+50
2014-12-13
New logging system
Yuri Kunde Schlesner
5
-0
/
+473