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
*
service: Make use of buffer element count helpers
Lioncash
2022-11-23
1
-7
/
+4
*
general: preliminary support for hbl
Liam
2022-10-12
2
-1
/
+32
*
core: ns: Implement pl:s service
Narr the Reg
2022-09-03
3
-22
/
+23
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
9
-27
/
+18
*
core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
1
-2
/
+2
*
service: Migrate to the new UUID implementation
Morph
2022-02-05
1
-3
/
+3
*
service/ns: Update function tables
Lioncash
2022-01-21
1
-0
/
+6
*
core/ns: Implement GetReadOnlyApplicationControlDataInterface
Narr the Reg
2021-11-28
2
-1
/
+26
*
core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId
Narr the Reg
2021-11-28
3
-0
/
+105
*
core: Remove unused includes
ameerj
2021-11-04
1
-2
/
+1
*
general: Remove MakeResult helpers
Morph
2021-11-02
1
-2
/
+2
*
ns: language: Add BrazilianPortuguese to ApplicationLanguage
Morph
2021-10-29
2
-1
/
+26
*
service: Reduce header include overhead
Morph
2021-10-07
1
-1
/
+0
*
service: ns, set: Add PT_BR (Brazilian Portuguese)
Morph
2021-07-30
1
-0
/
+1
*
service: ns: Remove unused ns_language header
Morph
2021-07-27
1
-42
/
+0
*
service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified Chinese
Morph
2021-07-27
1
-0
/
+2
*
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
2021-06-05
1
-2
/
+0
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
3
-13
/
+13
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-2
/
+0
*
fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-06
1
-2
/
+2
*
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-06
1
-6
/
+2
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-06
1
-1
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
Merge pull request #6171 from german77/services
bunnei
2021-04-10
1
-0
/
+4
|
\
|
*
pl_u: Update to 12.x
german77
2021-04-09
1
-0
/
+4
*
|
ns: Update to 12.x
Morph
2021-04-09
1
-3
/
+38
|
/
*
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2021-02-19
1
-2
/
+2
*
pl_u: Fix read out of bounds
Alessandro Astone
2021-02-06
1
-2
/
+7
*
pl_u, applets/web: Decrypt shared fonts to TTF files
Morph
2020-12-18
2
-18
/
+31
*
ns_vm: Stub NeedsUpdateVulnerability
Morph
2020-12-18
1
-1
/
+10
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-6
/
+3
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
4
-36
/
+36
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
2
-17
/
+35
*
core: Fix clang build pt.3
Lioncash
2020-10-22
1
-11
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-21
2
-2
/
+12
*
core: Fix clang build
Lioncash
2020-10-18
2
-12
/
+2
*
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-23
1
-0
/
+1
*
Merge pull request #4203 from VolcaEM/services
bunnei
2020-07-11
3
-13
/
+17
|
\
|
*
Rename two functions in NS
VolcaEM
2020-07-02
1
-2
/
+2
|
*
service: Update function tables
VolcaEM
2020-06-29
3
-15
/
+19
*
|
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-1
/
+2
|
/
*
Don't fail silently for vi, sm, set and ns services
David Marcec
2020-04-29
1
-0
/
+8
*
service: Update function tables
Lioncash
2020-04-20
2
-2
/
+21
*
service: pl_u: Update for new shared memory layout.
bunnei
2020-04-17
1
-7
/
+5
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-25
2
-1
/
+34
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
2
-1
/
+34
*
|
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-1
/
+1
*
|
service: Resolve sign conversion errors
Lioncash
2019-11-12
2
-3
/
+3
|
/
*
pl_u: Fix mismatched rebase size error in font encryption
Zach Hilman
2019-10-13
2
-11
/
+11
*
pl_u: Use kernel physical memory
Zach Hilman
2019-10-13
1
-0
/
+1
*
pl_u: Remove excess static qualifier
Zach Hilman
2019-10-13
1
-1
/
+1
*
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
2019-10-13
1
-110
/
+47
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
1
-4
/
+4
*
Merge pull request #2884 from ogniK5377/deglobal-sys-services
Fernando Sahmkow
2019-09-22
4
-8
/
+13
|
\
|
*
Rebase
David Marcec
2019-09-22
1
-1
/
+1
|
*
Rebase
David Marcec
2019-09-22
4
-7
/
+8
|
*
Rebase
David Marcec
2019-09-22
4
-8
/
+12
*
|
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
David Marcec
2019-09-22
2
-50
/
+117
|
/
*
Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1
David
2019-09-22
2
-117
/
+50
|
\
|
*
pl_u: Use kernel physical memory
Zach Hilman
2019-09-22
1
-0
/
+1
|
*
pl_u: Remove excess static qualifier
Zach Hilman
2019-09-22
1
-1
/
+1
|
*
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
2019-09-22
2
-109
/
+41
|
*
pl_u: Expose method to encrypt TTF to BFTTF
Zach Hilman
2019-09-22
2
-14
/
+14
*
|
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-09-21
4
-10
/
+27
|
/
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-6
/
+6
*
service/ns: Add missing override specifiers
Lioncash
2019-06-05
1
-9
/
+9
*
Fix bitmask logic inversion
Michael Scire
2019-05-23
1
-2
/
+1
*
fix introduced clang-format errors
Michael Scire
2019-05-23
1
-3
/
+2
*
Address review comments
Michael Scire
2019-05-23
5
-45
/
+118
*
clang-format fixes
Michael Scire
2019-05-23
4
-31
/
+32
*
Implement IApplicationFunctions::GetDesiredLanguage
Michael Scire
2019-05-23
5
-401
/
+964
*
service/ns: Update function tables
Lioncash
2019-01-30
1
-14
/
+20
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
2
-8
/
+10
*
pl_u: Resize buffers in shared font data getter to what game requests
Zach Hilman
2018-11-15
1
-0
/
+8
*
ns: Implement command 400: GetApplicationControlData
Zach Hilman
2018-10-29
1
-1
/
+63
*
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