index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ns
/
ns.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-21
service/ns: Update function tables
Lioncash
2021-11-27
core/ns: Implement GetReadOnlyApplicationControlDataInterface
Narr the Reg
2021-11-27
core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId
Narr the Reg
2021-11-02
general: Remove MakeResult helpers
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-09
ns: Update to 12.x
Morph
2020-12-18
ns_vm: Stub NeedsUpdateVulnerability
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-07-11
Merge pull request #4203 from VolcaEM/services
bunnei
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-02
Rename two functions in NS
VolcaEM
2020-06-29
service: Update function tables
VolcaEM
2020-04-29
Don't fail silently for vi, sm, set and ns services
David Marcec
2020-04-20
service: Update function tables
Lioncash
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-09-22
Rebase
David Marcec
2019-09-22
Rebase
David Marcec
2019-09-21
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-05-23
Fix bitmask logic inversion
Michael Scire
2019-05-23
fix introduced clang-format errors
Michael Scire
2019-05-23
Address review comments
Michael Scire
2019-05-23
Implement IApplicationFunctions::GetDesiredLanguage
Michael Scire
2019-01-29
service/ns: Update function tables
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-10-29
ns: Implement command 400: GetApplicationControlData
Zach Hilman
2018-10-19
ns: Update service function table
Lioncash
2018-08-01
service/ns: Add missing ns services
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-14
pl_u: Implement basic shared font loading from RAM dump.
bunnei
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-09-16
Services/NS: Port ns:s to the new service framework.
Subv