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
/
ns.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-18
ns: rewrite IQueryService
Liam
1
-2
/
+2
2024-02-18
ns: rewrite IServiceGetterInterface
Liam
1
-82
/
+13
2024-02-18
ns: rewrite IApplicationManagerInterface
Liam
1
-439
/
+26
2024-02-18
ns: move IDevelopInterface
Liam
1
-32
/
+2
2024-02-18
ns: rewrite ISystemUpdateInterface
Liam
1
-39
/
+2
2024-02-18
ns: move ISystemUpdateControl
Liam
1
-36
/
+1
2024-02-18
ns: rewrite IVulnerabilityManagerInterface
Liam
1
-25
/
+3
2024-02-18
ns: rewrite IReadOnlyApplicationControlDataInterface
Liam
1
-45
/
+1
2024-02-18
ns: rewrite IReadOnlyApplicationRecordInterface
Liam
1
-34
/
+1
2024-02-18
ns: add IDynamicRightsInterface
Liam
1
-1
/
+2
2024-02-18
ns: rewrite IDownloadTaskInterface
Liam
1
-21
/
+1
2024-02-18
ns: rewrite IDocumentInterface
Liam
1
-41
/
+1
2024-02-18
ns: rewrite IContentManagementInterface
Liam
1
-42
/
+1
2024-02-18
ns: move IFactoryResetInterface
Liam
1
-19
/
+1
2024-02-18
ns: move IECommerceInterface
Liam
1
-19
/
+1
2024-02-18
ns: move IApplicationVersionInterface
Liam
1
-25
/
+1
2024-02-18
ns: move IAccountProxyInterface
Liam
1
-13
/
+1
2024-02-18
ns: rewrite IPlatformServiceManager
Liam
1
-1
/
+1
2024-02-18
ns: rename results header
Liam
1
-1
/
+1
2024-01-30
core: support offline web applet
Liam
1
-3
/
+64
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
1
-1
/
+1
2024-01-07
service: set: Rename files
german77
1
-1
/
+1
2023-10-02
service: caps: Partially implement IAlbumAccessorService
Narr the Reg
1
-2
/
+25
2023-08-08
core: remove ResultVal type
Liam
1
-18
/
+23
2023-07-21
configure_system: Implement with for loop
lat9nq
1
-1
/
+1
2023-03-07
hle: rename legacy errors to Results
Liam
1
-4
/
+4
2023-03-01
service: move hle_ipc from kernel
Liam
1
-8
/
+7
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
1
-17
/
+21
2022-10-12
general: preliminary support for hbl
Liam
1
-1
/
+29
2022-09-03
core: ns: Implement pl:s service
Narr the Reg
1
-2
/
+3
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-01-21
service/ns: Update function tables
Lioncash
1
-0
/
+6
2021-11-28
core/ns: Implement GetReadOnlyApplicationControlDataInterface
Narr the Reg
1
-1
/
+19
2021-11-28
core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId
Narr the Reg
1
-0
/
+3
2021-11-02
general: Remove MakeResult helpers
Morph
1
-2
/
+2
2021-10-07
service: Reduce header include overhead
Morph
1
-1
/
+0
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
1
-2
/
+2
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-5
/
+5
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
2020-12-18
ns_vm: Stub NeedsUpdateVulnerability
Morph
1
-1
/
+10
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-20
/
+25
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
1
-11
/
+13
2020-10-21
Revert "core: Fix clang build"
bunnei
1
-1
/
+1
2020-10-18
core: Fix clang build
Lioncash
1
-1
/
+1
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
1
-11
/
+15
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
1
-2
/
+20
2019-11-12
service: Update function tables
Lioncash
1
-0
/
+27
2019-11-12
service: Resolve sign conversion errors
Lioncash
1
-2
/
+2
2019-09-22
Rebase
David Marcec
1
-3
/
+2
2019-09-22
Rebase
David Marcec
1
-2
/
+4
2019-09-21
services: Pass FileSystemController as reference to services that need it
Zach Hilman
1
-2
/
+2
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
1
-5
/
+24
2019-05-23
Implement IApplicationFunctions::GetDesiredLanguage
Michael Scire
1
-401
/
+446
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
1
-4
/
+4
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-08-02
service/ns: Add missing ns services
Lioncash
1
-0
/
+447
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-02-15
pl_u: Implement basic shared font loading from RAM dump.
bunnei
1
-5
/
+5
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
1
-1
/
+1
2017-12-29
service: Add empty interface for pctl:a.
bunnei
1
-7
/
+5
2017-12-28
service: Add empty interface for aoc:u.
bunnei
1
-0
/
+18