- 08 Nov, 2021 1 commit
-
-
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 12 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
-
- 03 Nov, 2021 2 commits
- 02 Nov, 2021 8 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.
-
Morph authored
This implementation is based on and is a subset of the proposed implementation of std::expected https://github.com/TartanLlama/expected/blob/master/include/tl/expected.hpp
-
bunnei authored
Fix memory leak v2
-
- 01 Nov, 2021 5 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Morph authored
This removes unused includes, especially the core includes which were causing this file to be recompiled every time files included by those headers are modified.
-
Mai M authored
Update translations (2021-11-01)
-
The yuzu Community authored
-
- 31 Oct, 2021 2 commits
-
-
Fernando Sahmkow authored
-
bunnei authored
profile_manager: Resize any image bigger than 256p
-
- 30 Oct, 2021 5 commits
-
-
Fernando S authored
emit_spirv_image: Fix depth image implicit lod sample in non-fragment stages
-
bunnei authored
yuzu_cmd, yuzu qt: Use SDL to disable the screen saver
-
bunnei authored
file_sys/ns: Add Brazilian Portuguese to the list of ApplicationLanguage
-
lat9nq authored
Disables the screen saver when a game boots using SDL2 so that it works on any supported platform.
-
bunnei authored
hle/result: Remove cv-qualifiers from Arg in MakeResult
-