- 04 Nov, 2021 10 commits
-
-
Fernando S authored
service: aoc: Stub more 13.x functions used by Animal Crossing
-
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
-
- 29 Oct, 2021 8 commits
-
-
german77 authored
-
bunnei authored
hle/result: Add move assignment operator in ResultVal
-
bunnei authored
gl_device: Force GLASM on NVIDIA drivers 495-496
-
Mai M authored
CMakeLists: Document the /GT compile option
-
Morph authored
-
Morph authored
Build System: Build with JCC Erratum Mitigation
-
Morph authored
-
Morph authored
It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages.
-