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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-21
ns: fix alignment of uid type
Liam
5
-9
/
+13
2024-02-19
ns: address review comments
Liam
3
-25
/
+35
2024-02-18
ns: rewrite IQueryService
Liam
4
-73
/
+67
2024-02-18
ns: rewrite IServiceGetterInterface
Liam
4
-103
/
+180
2024-02-18
ns: rewrite IApplicationManagerInterface
Liam
8
-487
/
+627
2024-02-18
ns: move IDevelopInterface
Liam
3
-32
/
+56
2024-02-18
ns: rewrite ISystemUpdateInterface
Liam
4
-39
/
+107
2024-02-18
ns: move ISystemUpdateControl
Liam
3
-36
/
+61
2024-02-18
ns: rewrite IVulnerabilityManagerInterface
Liam
3
-25
/
+55
2024-02-18
ns: rewrite IReadOnlyApplicationControlDataInterface
Liam
5
-55
/
+158
2024-02-18
ns: rewrite IReadOnlyApplicationRecordInterface
Liam
4
-45
/
+61
2024-02-18
ns: add IDynamicRightsInterface
Liam
3
-1
/
+86
2024-02-18
ns: rewrite IDownloadTaskInterface
Liam
4
-27
/
+60
2024-02-18
ns: rewrite IDocumentInterface
Liam
5
-51
/
+66
2024-02-18
ns: rewrite IContentManagementInterface
Liam
5
-52
/
+112
2024-02-18
ns: move IFactoryResetInterface
Liam
4
-25
/
+44
2024-02-18
ns: move IECommerceInterface
Liam
4
-25
/
+44
2024-02-18
ns: move IApplicationVersionInterface
Liam
4
-31
/
+50
2024-02-18
ns: move IAccountProxyInterface
Liam
5
-19
/
+100
2024-02-18
ns: rewrite IPlatformServiceManager
Liam
3
-88
/
+77
2024-02-18
ns: rename results header
Liam
2
-1
/
+1
2024-01-30
core: support offline web applet
Liam
2
-3
/
+79
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
1
-1
/
+1
2024-01-24
Rework time service to fix time passing offline.
Kelebek1
2
-5
/
+2
2024-01-07
service: set: Rename files
german77
2
-2
/
+2
2023-10-02
service: caps: Partially implement IAlbumAccessorService
Narr the Reg
2
-2
/
+29
2023-09-24
service: ns: Implement GetSharedFontInOrderOfPriorityForSystem
german77
1
-4
/
+13
2023-08-08
core: remove ResultVal type
Liam
2
-20
/
+26
2023-07-21
configure_system: Implement with for loop
lat9nq
1
-1
/
+1
2023-03-12
general: fix spelling mistakes
Liam
1
-1
/
+1
2023-03-07
hle: rename legacy errors to Results
Liam
2
-6
/
+7
2023-03-01
service: move hle_ipc from kernel
Liam
6
-31
/
+30
2023-02-25
core: Update service function tables to 16.0.0+
Narr the Reg
1
-2
/
+10
2023-02-21
service: refactor server architecture
Liam
2
-19
/
+22
2022-11-23
service: Make use of buffer element count helpers
Lioncash
1
-7
/
+4
2022-10-12
general: preliminary support for hbl
Liam
2
-1
/
+32
2022-09-03
core: ns: Implement pl:s service
Narr the Reg
3
-22
/
+23
2022-06-27
core: Replace all instances of ResultCode with Result
german77
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
9
-27
/
+18
2022-03-19
core: Reduce unused includes
ameerj
1
-1
/
+0
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
1
-2
/
+2
2022-02-05
service: Migrate to the new UUID implementation
Morph
1
-3
/
+3
2022-01-21
service/ns: Update function tables
Lioncash
1
-0
/
+6
2021-11-28
core/ns: Implement GetReadOnlyApplicationControlDataInterface
Narr the Reg
2
-1
/
+26
2021-11-28
core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId
Narr the Reg
3
-0
/
+105
2021-11-04
core: Remove unused includes
ameerj
1
-2
/
+1
2021-11-02
general: Remove MakeResult helpers
Morph
1
-2
/
+2
2021-10-29
ns: language: Add BrazilianPortuguese to ApplicationLanguage
Morph
2
-1
/
+26
2021-10-07
service: Reduce header include overhead
Morph
1
-1
/
+0
2021-07-30
service: ns, set: Add PT_BR (Brazilian Portuguese)
Morph
1
-0
/
+1
2021-07-27
service: ns: Remove unused ns_language header
Morph
1
-42
/
+0
2021-07-27
service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified Chinese
Morph
1
-0
/
+2
2021-06-05
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
1
-2
/
+0
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
1
-2
/
+2
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
3
-13
/
+13
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
1
-2
/
+0
2021-05-06
fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
1
-2
/
+2
2021-05-06
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
1
-6
/
+2
2021-05-06
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
1
-1
/
+1
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-04-09
ns: Update to 12.x
Morph
1
-3
/
+38
2021-04-09
pl_u: Update to 12.x
german77
1
-0
/
+4
2021-02-19
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
1
-2
/
+2
2021-02-06
pl_u: Fix read out of bounds
Alessandro Astone
1
-2
/
+7
2020-12-18
pl_u, applets/web: Decrypt shared fonts to TTF files
Morph
2
-18
/
+31
2020-12-18
ns_vm: Stub NeedsUpdateVulnerability
Morph
1
-1
/
+10
2020-12-08
core: Remove unnecessary enum casts in log calls
Lioncash
1
-6
/
+3
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
4
-36
/
+36
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2
-17
/
+35
2020-10-22
core: Fix clang build pt.3
Lioncash
1
-11
/
+1
2020-10-21
Revert "core: Fix clang build"
bunnei
2
-2
/
+12
2020-10-18
core: Fix clang build
Lioncash
2
-12
/
+2
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
1
-0
/
+1
2020-07-10
configuration: implement per-game configurations (#4098)
lat9nq
1
-1
/
+2
2020-07-02
Rename two functions in NS
VolcaEM
1
-2
/
+2
2020-06-29
service: Update function tables
VolcaEM
3
-15
/
+19
2020-04-29
Don't fail silently for vi, sm, set and ns services
David Marcec
1
-0
/
+8
2020-04-20
service: Update function tables
Lioncash
2
-2
/
+21
2020-04-17
service: pl_u: Update for new shared memory layout.
bunnei
1
-7
/
+5
2019-11-25
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
1
-1
/
+1
2019-11-12
service: Update function tables
Lioncash
2
-1
/
+34
2019-11-12
service: Resolve sign conversion errors
Lioncash
2
-3
/
+3
2019-10-13
pl_u: Fix mismatched rebase size error in font encryption
Zach Hilman
2
-11
/
+11
2019-10-13
pl_u: Use kernel physical memory
Zach Hilman
1
-0
/
+1
2019-10-13
pl_u: Remove excess static qualifier
Zach Hilman
1
-1
/
+1
2019-10-13
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
1
-110
/
+47
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
1
-4
/
+4
2019-09-22
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
David Marcec
2
-50
/
+117
2019-09-22
Rebase
David Marcec
1
-1
/
+1
2019-09-22
Rebase
David Marcec
4
-7
/
+8
2019-09-22
Rebase
David Marcec
4
-8
/
+12
2019-09-22
pl_u: Use kernel physical memory
Zach Hilman
1
-0
/
+1
2019-09-22
pl_u: Remove excess static qualifier
Zach Hilman
1
-1
/
+1
2019-09-22
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
2
-109
/
+41
2019-09-22
pl_u: Expose method to encrypt TTF to BFTTF
Zach Hilman
2
-14
/
+14
2019-09-21
services: Pass FileSystemController as reference to services that need it
Zach Hilman
4
-10
/
+27
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
1
-6
/
+6
2019-06-05
service/ns: Add missing override specifiers
Lioncash
1
-9
/
+9
2019-05-23
Fix bitmask logic inversion
Michael Scire
1
-2
/
+1
2019-05-23
fix introduced clang-format errors
Michael Scire
1
-3
/
+2
2019-05-23
Address review comments
Michael Scire
5
-45
/
+118
2019-05-23
clang-format fixes
Michael Scire
4
-31
/
+32
2019-05-23
Implement IApplicationFunctions::GetDesiredLanguage
Michael Scire
5
-401
/
+964
2019-01-30
service/ns: Update function tables
Lioncash
1
-14
/
+20
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2
-8
/
+10
2018-11-15
pl_u: Resize buffers in shared font data getter to what game requests
Zach Hilman
1
-0
/
+8
2018-10-29
ns: Implement command 400: GetApplicationControlData
Zach Hilman
1
-1
/
+63
2018-10-19
ns: Update service function table
Lioncash
1
-6
/
+49
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
1
-1
/
+1
2018-09-30
kernel/process: Make data member variables private
Lioncash
1
-3
/
+3
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-6
/
+6
2018-09-13
services/pl_u: Add missing Korean font to the fallback case for shared fonts
Lioncash
1
-2
/
+4
2018-09-12
pl_u: Eliminate mutable file-scope state
Lioncash
2
-66
/
+88
2018-09-11
externals: Place font data within cpp files
Lioncash
1
-6
/
+6
2018-09-11
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2
-1
/
+3
2018-09-11
Use open-source shared fonts if no dumped file is available (#1269)
Tobias
1
-1
/
+25
2018-09-04
file_sys: Replace includes with forward declarations where applicable
Lioncash
1
-1
/
+3
2018-08-29
kernel: Eliminate kernel global state
Lioncash
1
-1
/
+2
2018-08-23
Addressed plu TTF changes
David Marcec
1
-6
/
+7
2018-08-23
Added SharedFonts loading via TTF
David Marcec
1
-5
/
+50
2018-08-22
Added missing include for pl:u
David Marcec
1
-0
/
+1
2018-08-22
PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
David
1
-25
/
+140
2018-08-02
service/ns: Add missing ns services
Lioncash
1
-0
/
+447
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
1
-1
/
+1
2018-07-20
pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()
Lioncash
1
-3
/
+3
2018-07-19
pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()
Lioncash
1
-3
/
+3
2018-07-19
pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority()
Lioncash
1
-1
/
+1
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-7
/
+7
2018-05-01
GetSharedFontInOrderOfPriority (#381)
David
2
-1
/
+27
2018-04-24
ns: Move logging macros over to new fmt-compatible ones
Lioncash
1
-6
/
+6
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
4
-16
/
+8
2018-04-15
pl_u: Use empty shared font if none is available.
bunnei
1
-17
/
+14
2018-04-10
Updated pl:u with more service names.
Hexagon12
1
-1
/
+3
2018-03-25
pl_u: Add RequestLoad.
bunnei
2
-0
/
+11
2018-03-14
core: Move process creation out of global state.
bunnei
1
-4
/
+5
2018-02-15
pl_u: Implement basic shared font loading from RAM dump.
bunnei
4
-0
/
+176
2017-10-13
Remove lots more 3DS-specific code.
bunnei
4
-87
/
+0
2017-09-16
Services/NS: Port ns:s to the new service framework.
Subv
4
-0
/
+87