- 14 Nov, 2021 3 commits
-
-
Fernando S authored
codecs: Implement VP8 video decoding support
-
bunnei authored
shader: Spirv support legacy attribute v2
-
bunnei authored
ci: Print traceback on patch merge failure
-
- 13 Nov, 2021 5 commits
- 11 Nov, 2021 2 commits
-
-
Mai M authored
program_metadata: Add default ThreadInfo capability
-
OatmealDome authored
-
- 10 Nov, 2021 1 commit
-
-
Fernando S authored
applets/swkbd: Skip text checking if the text has been confirmed
-
- 08 Nov, 2021 3 commits
-
-
Morph authored
The text check message can be encoded in UTF-8.
-
Morph authored
-
Morph authored
Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir
-
- 05 Nov, 2021 5 commits
-
-
Narr the Reg authored
- Used by Just Dance 2022
-
Feng Chen authored
- Used by Dragon Quest Builders
-
Morph authored
general: Get the current process program id directly from the system
-
Morph authored
core: Reorder perf_stats destruction order on Shutdown
-
ameerj authored
Avoids the gpu_core using perf_stats after it's been freed.
-
- 04 Nov, 2021 13 commits
-
-
Fernando S authored
service: aoc: Stub more 13.x functions used by Animal Crossing
-
Morph authored
This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
-
Morph authored
-
bunnei authored
core: Reduce unused header includes
-
Morph authored
Used by Animal Crossing: New Horizons v2.0.0 DLC
-
Morph authored
Used by Animal Crossing: New Horizons v2.0.0 DLC
-
bunnei authored
service/acc: Rename Unknown160 to InitializeApplicationInfoV2
-
german77 authored
-
Fernando S authored
service: acc: Stub acc:u0 '160'
-
Morph authored
- Used by Animal Crossing: New Horizons v2.0.0 Since the name is currently unknown, '160' is used as a placeholder.
-
ameerj authored
-
ameerj authored
-
Feng Chen authored
-
- 03 Nov, 2021 2 commits
- 02 Nov, 2021 6 commits
-
-
bunnei authored
ShaderCache: Order Phi Arguments from farthest away to nearest.
-
Mai M authored
gl_rasterizer: Remove unused includes
-
Mai M authored
common, result: Implement a subset of std::expected and use it in ResultVal
-
Morph authored
This is made obsolete by the presence of implicit constructors.
-
Morph authored
This amends the documentation slightly to reflect the updated interface.
-
Morph authored
Common::Expected effectively provides the same functions as ResultVal, so we can implement it with this. This can be replaced with std::expected with minimal effort should it be standardized in the C++ Standard Template Library.
-