- 18 Dec, 2020 17 commits
-
-
Morph authored
This should only be used for Super Mario 3D All-Stars. This is a temporary solution until it can be implemented properly.
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
This is used to force system updates on launching the web browser. We do not care about system updates so this can be set to false.
-
Morph authored
The InputInterpreter class interfaces with HID to retrieve button press states. Input is intended to be polled every 50ms so that a button is considered to be held down after 400ms has elapsed since the initial button press and subsequent repeated presses occur every 50ms. Co-authored-by: Chloe <25727384+ogniK5377@users.noreply.github.com>
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
LC authored
system_archive: Add + and - buttons to the Nintendo Extended OSS font
-
Morph authored
-
LC authored
system_archive: Update Nintendo Extended OSS font
-
- 17 Dec, 2020 1 commit
-
-
Morph authored
Co-authored-by: Its-Rei <kupfel@gmail.com>
-
- 16 Dec, 2020 3 commits
-
-
bunnei authored
cmake/conan: Conditionally add target Boost::context
-
lat9nq authored
Addresses an issue with the two competing versions of Conan's Boost package that are currently floating around. Adds the Boost::context target only if it's recognized by CMake as a target.
-
bunnei authored
controllers/npad: Validate device handles before use
-
- 15 Dec, 2020 3 commits
- 13 Dec, 2020 2 commits
-
-
bunnei authored
cmake: Fix generating CMake configs and linking with Boost
-
lat9nq authored
Fixes regression by 761206cf, causing yuzu to not build on Linux with any version of Boost except a cached 1.73 Conan version from before about a day ago. Moves the Boost requirement out of the `REQUIRED_LIBS` psuedo-2D-array for Conan to instead be manually configured, using Conan as a fallback solution if the system does not meet our requirements. Requires any update from the linux-fresh container in order to build. **DO NOT MERGE** until someone with the MSVC toolchain can verify this works there, too.
-
- 12 Dec, 2020 10 commits
-
-
bunnei authored
-
Morph authored
Some games such as NEKOPARA Vol. 3 send invalid device handles when calling InitializeVibrationDevice. Introduce a check to validate the device handle before use.
-
bunnei authored
vfs: Use existing type aliases consistently
-
bunnei authored
fs: Revert all std::filesystem changes
-
bunnei authored
svc: Remove unnecessary casts
-
- 10 Dec, 2020 4 commits
-
-
bunnei authored
common/file_util: Address review comments of #5174
-
LC authored
travis/linux: Use correct ccache directory
-
bunnei authored
nim: Stub IsLargeResourceAvailable
-
lat9nq authored
Changes the bound ccache directory to `/home/yuzu/.ccache` instead of `/root/.ccache`, since the `/root` directory is not accessible by the `yuzu` user in the guest container.
-