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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: support offline web applet
Liam
2024-01-30
1
-3
/
+64
*
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-25
1
-1
/
+1
*
service: set: Rename files
german77
2024-01-07
1
-1
/
+1
*
service: caps: Partially implement IAlbumAccessorService
Narr the Reg
2023-10-02
1
-2
/
+25
*
core: remove ResultVal type
Liam
2023-08-08
1
-18
/
+23
*
configure_system: Implement with for loop
lat9nq
2023-07-21
1
-1
/
+1
*
hle: rename legacy errors to Results
Liam
2023-03-07
1
-4
/
+4
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-8
/
+7
*
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-03-01
1
-17
/
+21
|
\
|
*
service: refactor server architecture
Liam
2023-02-21
1
-17
/
+21
*
|
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-25
1
-2
/
+10
|
/
*
general: preliminary support for hbl
Liam
2022-10-12
1
-1
/
+29
*
core: ns: Implement pl:s service
Narr the Reg
2022-09-03
1
-2
/
+3
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
service/ns: Update function tables
Lioncash
2022-01-21
1
-0
/
+6
*
core/ns: Implement GetReadOnlyApplicationControlDataInterface
Narr the Reg
2021-11-28
1
-1
/
+19
*
core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId
Narr the Reg
2021-11-28
1
-0
/
+3
*
general: Remove MakeResult helpers
Morph
2021-11-02
1
-2
/
+2
*
service: Reduce header include overhead
Morph
2021-10-07
1
-1
/
+0
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-5
/
+5
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
ns: Update to 12.x
Morph
2021-04-09
1
-3
/
+38
*
ns_vm: Stub NeedsUpdateVulnerability
Morph
2020-12-18
1
-1
/
+10
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-20
/
+25
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
1
-11
/
+13
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-1
/
+1
*
core: Fix clang build
Lioncash
2020-10-18
1
-1
/
+1
*
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
1
-9
/
+13
|
\
|
*
Rename two functions in NS
VolcaEM
2020-07-02
1
-2
/
+2
|
*
service: Update function tables
VolcaEM
2020-06-29
1
-11
/
+15
*
|
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
1
-2
/
+20
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-25
1
-0
/
+27
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+27
*
|
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-2
/
+2
|
/
*
Rebase
David Marcec
2019-09-22
1
-3
/
+2
*
Rebase
David Marcec
2019-09-22
1
-2
/
+4
*
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-09-21
1
-2
/
+2
*
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
1
-5
/
+24
*
Implement IApplicationFunctions::GetDesiredLanguage
Michael Scire
2019-05-23
1
-401
/
+446
*
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
1
-4
/
+4
*
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
*
service/ns: Add missing ns services
Lioncash
2018-08-02
1
-0
/
+447
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
pl_u: Implement basic shared font loading from RAM dump.
bunnei
2018-02-15
1
-0
/
+16
*
Remove lots more 3DS-specific code.
bunnei
2017-10-13
1
-16
/
+0
*
Services/NS: Port ns:s to the new service framework.
Subv
2017-09-16
1
-0
/
+16