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
/
ns
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ns: Update service function table
Lioncash
2018-10-19
1
-6
/
+49
*
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
2018-10-16
1
-1
/
+1
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-3
/
+3
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-6
/
+6
*
services/pl_u: Add missing Korean font to the fallback case for shared fonts
Lioncash
2018-09-13
1
-2
/
+4
*
pl_u: Eliminate mutable file-scope state
Lioncash
2018-09-12
2
-66
/
+88
*
Merge pull request #1291 from lioncash/default
bunnei
2018-09-11
2
-1
/
+3
|
\
|
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
2
-1
/
+3
*
|
externals: Place font data within cpp files
Lioncash
2018-09-11
1
-6
/
+6
|
/
*
Use open-source shared fonts if no dumped file is available (#1269)
Tobias
2018-09-11
1
-1
/
+25
*
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-04
1
-1
/
+3
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-1
/
+2
*
Addressed plu TTF changes
David Marcec
2018-08-23
1
-6
/
+7
*
Added SharedFonts loading via TTF
David Marcec
2018-08-23
1
-5
/
+50
*
Added missing include for pl:u
David Marcec
2018-08-22
1
-0
/
+1
*
PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
David
2018-08-22
1
-25
/
+140
*
service/ns: Add missing ns services
Lioncash
2018-08-02
1
-0
/
+447
*
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
1
-1
/
+1
*
pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()
Lioncash
2018-07-20
1
-3
/
+3
*
Merge pull request #725 from lioncash/bytes
bunnei
2018-07-20
1
-3
/
+3
|
\
|
*
pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()
Lioncash
2018-07-19
1
-3
/
+3
*
|
pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority()
Lioncash
2018-07-19
1
-1
/
+1
|
/
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-7
/
+7
*
GetSharedFontInOrderOfPriority (#381)
David
2018-05-01
2
-1
/
+27
*
ns: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-6
/
+6
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
4
-16
/
+8
*
pl_u: Use empty shared font if none is available.
bunnei
2018-04-15
1
-17
/
+14
*
Updated pl:u with more service names.
Hexagon12
2018-04-10
1
-1
/
+3
*
pl_u: Add RequestLoad.
bunnei
2018-03-25
2
-0
/
+11
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-4
/
+5
*
pl_u: Implement basic shared font loading from RAM dump.
bunnei
2018-02-15
4
-0
/
+176
*
Remove lots more 3DS-specific code.
bunnei
2017-10-13
4
-87
/
+0
*
Services/NS: Port ns:s to the new service framework.
Subv
2017-09-16
4
-0
/
+87