- 16 May, 2021 1 commit
-
-
lat9nq authored
A regression was introduced on May 13 by linuxdeploy that causes file open dialogs to crash yuzu in the AppImage (likely this commit 1e28ee38fa174279defe70cdaadf2a552c80258c from linuxdeploy/linuxdeploy-desktopfile). Instead of downloading the latest version from each of the repos we use to build the AppImage, just download the ones hosted at yuzu-emu/ext-linux-bin, which are the same binaries we have been using, but verified to be working and won't update on us beyond our control. This can eventually be moved into the container itself to remove the need to download them at build time.
-
- 14 May, 2021 1 commit
-
-
Ameer J authored
externals: Update mbedtls to 8c88150ca
-
- 13 May, 2021 5 commits
-
-
Morph authored
externals: Checkout 79e8d17024 for FFmpeg
-
lat9nq authored
6b6b9e593d does not exist on FFmpeg master, and tag n4.3.1 requires manually fetching all of FFmpeg's tags. `git` reports that the commit does not exist initially and can be confusing as a result. Instead, checkout the immediately previous commit from n4.3.1 on their master branch.
-
bunnei authored
ssl: Stub Import(Client/Server)Pki
-
Morph authored
configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"
-
Morph authored
- Used in JUMP FORCE Deluxe Edition
-
- 12 May, 2021 1 commit
-
-
Morph authored
hid: Improve hardware accuracy of gestures
-
- 11 May, 2021 1 commit
-
-
Morph authored
-
- 10 May, 2021 2 commits
- 09 May, 2021 5 commits
-
-
Morph authored
kernel: Delete unused files
-
german77 authored
-
Morph authored
externals: Update SDL to 107db2d8
-
lat9nq authored
Building it as a shared library causes issues distributing it to an AppImage, since linuxdeploy expects the executable to only dynamically link to system libraries. Additionally, simply dynamically linking to a library in the binary directory is bound to cause issues. Solution is to use SDL's CMake switches and build it statically. We also alias `SDL2` to `SDL2-static` on the external submodule for compatibility with the rest of the project.
-
- 08 May, 2021 3 commits
- 07 May, 2021 1 commit
-
-
bunnei authored
ldr: Simplify memory copy within LoadNro()
-
- 06 May, 2021 1 commit
-
-
Lioncash authored
We can use the dedicated memory function for performing copies instead of reading into a temporary buffer and then immediately writing it back out to memory. Eliminates a bit of heap memory churn.
-
- 05 May, 2021 19 commits
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-