lat9nq
9ec26a805a
ci: linux: Freeze AppImage binaries
A regression was introduced on May 13 by linuxdeploy that causes file
open dialogs to crash yuzu in the AppImage (likely this commit
1e28ee38fa 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.
5 years ago
Ameer J
904584e4ba
Merge pull request #6300 from Morph1984/mbedtls
externals: Update mbedtls to 8c88150ca
5 years ago
Morph
0949e38263
Merge pull request #6306 from lat9nq/ffmpeg-untagged
externals: Checkout 79e8d17024 for FFmpeg
5 years ago
lat9nq
0ecb6c6647
externals: Checkout 79e8d17024 for FFmpeg
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.
5 years ago
bunnei
e12ee020e7
Merge pull request #6301 from Morph1984/ssl-ImportClientPki
ssl: Stub Import(Client/Server)Pki
5 years ago
Morph
c8707628f6
Merge pull request #6298 from Kewlan/toggled-show-add-on-refresh
configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"
5 years ago
Morph
271f2e2d78
ssl: Stub Import(Client/Server)Pki
- Used in JUMP FORCE Deluxe Edition
5 years ago
Morph
5a042bdaa1
Merge pull request #6267 from german77/gestureRewrite
hid: Improve hardware accuracy of gestures
5 years ago
Morph
02547439b1
externals: Update mbedtls to 8c88150ca
5 years ago
Kewlan
1b4331397b
configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"
5 years ago
bunnei
ec50a9b5b9
Merge pull request #6291 from lioncash/kern-shadow
kernel: Eliminate variable shadowing
5 years ago
Morph
bb7d4ec3d3
Merge pull request #6294 from german77/kernelCleanup
kernel: Delete unused files
5 years ago
german77
0c1bb46f0a
kernel: Delete unused files
5 years ago
Morph
f2b76284ed
Merge pull request #6292 from lat9nq/sdl-trunk
externals: Update SDL to 107db2d8
5 years ago
lat9nq
b021e09fc0
externals: Use SDL2 statically
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.
5 years ago
lat9nq
751cc687bb
externals: Update SDL to 107db2d8
In light of 72a49c2bbc , the SDL submodule also needs updated. Updates
to the same commit used by the SDL package in ext-windows-bin.
5 years ago
Lioncash
2f62bae9e3
kernel: Eliminate variable shadowing
Now that the large kernel refactor is merged, we can eliminate the
remaining variable shadowing cases.
5 years ago
bunnei
72a49c2bbc
Update SDL2 to SDL2-2.0.15-prerelease.
- Improves native Switch JoyCon/Pro Controller support.
5 years ago
bunnei
faa067f175
Merge pull request #6266 from bunnei/kautoobject-refactor
Kernel Rework: Migrate kernel objects to KAutoObject
5 years ago
bunnei
8acf739b3f
Merge pull request #6287 from lioncash/ldr-copy
ldr: Simplify memory copy within LoadNro()
5 years ago
Lioncash
8f638e81e9
ldr: Simplify memory copy within LoadNro()
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.
5 years ago
bunnei
d57b12193b
hle: kernel: KPageTable: CanContain should not be constexpr.
5 years ago
bunnei
b805ee653f
hle: kernel: Move slab resource counts to Kernel.
5 years ago
bunnei
d2c4dbde9e
fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.
5 years ago
bunnei
2c4615f3a6
fixup! hle: kernel: Migrate more of KThread to KAutoObject.
5 years ago
bunnei
a488b86e97
fixup! common: bit_util: Add BIT macro.
5 years ago
bunnei
510f71d871
fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
5 years ago
bunnei
9f81221528
fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
5 years ago
bunnei
eae107d0e9
kernel: svc: Remove unused RetrieveResourceLimitValue function.
5 years ago
bunnei
da22def511
hle: kernel: Fix un/sign mismatch errors with NUM_CPU_CORES.
5 years ago
bunnei
f23760b1e1
fixup! hle: kernel: Add initial impl. of slab setup.
5 years ago
bunnei
1e983b19df
fixup! hle: kernel: Migrate to KHandleTable.
5 years ago
bunnei
ad5a5ef43f
fixup! hle: kernel: Migrate more of KThread to KAutoObject.
5 years ago
bunnei
e02785be83
common: parent_of_member: Fix build for OffsetOf().
5 years ago
bunnei
27a6ef64fd
fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC.
5 years ago
bunnei
9434603450
fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
5 years ago
bunnei
703d7aaab6
fixup! hle: kernel: Migrate to KHandleTable.
5 years ago
bunnei
9beb239634
fixup! hle: kernel: Add initial impl. of KLinkedList.
5 years ago
bunnei
2cdc7142b0
fixup! hle: kernel: Migrate to KHandleTable.
5 years ago
bunnei
34abe4a905
fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
5 years ago
bunnei
f6d45b747e
fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
5 years ago
bunnei
1b074b8984
fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
5 years ago
bunnei
50d2dc3b51
fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
5 years ago
bunnei
d23f9f75ff
fixup! hle: kernel: Migrate to KHandleTable.
5 years ago
bunnei
4356361faf
fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.
5 years ago
bunnei
51aa5a5364
fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.
5 years ago
bunnei
25538db150
fixup! hle: kernel: Add initial impl. of KAutoObject.
5 years ago
bunnei
9bae3992e6
fixup! hle: kernel: Add initial impl. of KAutoObject.
5 years ago
bunnei
91d8657959
fixup! hle: kernel: Add initial impl. of slab setup.
5 years ago
bunnei
d3c166d4d5
common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.
5 years ago