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
/
hle
/
service
/
err_f.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
1
-266
/
+0
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
1
-1
/
+1
2017-06-03
Added system for handling core errors in citra-qt.
TheKoopaKingdom
1
-0
/
+2
2017-01-29
core: fix err_f.cpp warning about unhandled enumeration value on OSX
Kloen
1
-0
/
+2
2016-12-11
Add all services to the Service namespace
Lioncash
1
-10
/
+6
2016-10-06
Rework the code of err:f service
JamePeng
1
-118
/
+198
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-2
/
+1
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-1
/
+3
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-67
/
+62
2016-02-02
services: Get rid of unnecessary includes
Lioncash
1
-1
/
+2
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-0
/
+2
2015-02-22
Added information reporting from ThrowFatalError
archshift
1
-1
/
+164
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-1
/
+0
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
1
-1
/
+1
2014-12-26
More services & small clean ups
purpasmart96
1
-10
/
+8
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-2
/
+2
2014-11-02
Added stub err:f service.
archshift
1
-0
/
+27