- 10 Jul, 2023 1 commit
-
-
bunnei authored
android: Don't prompt to save user data on uninstall
-
- 09 Jul, 2023 8 commits
-
-
Morph authored
ci/mingw: Remove pefile installation step
-
Morph authored
settings: Catch runtime error from STL
-
Charles Lombardo authored
While this can be convenient in some scenarios, this will be a big problem for users trying to sideload different APK versions. If they forget the last one they had installed, they could have problems installing a new copy.
-
Morph authored
arm_interface: correct breakpoint rewind condition
-
lat9nq authored
This is unnecessary here: pefile is already installed on the container. This step also causes issues in coming changes to the container.
-
Liam authored
-
lat9nq authored
This function throws a runtime error we can catch on old Windows 10 installs, so we can catch it here rather than disable this path for everybody.
-
Morph authored
settings: Disable C++20 time zone path on MSVC
-
- 07 Jul, 2023 7 commits
- 06 Jul, 2023 6 commits
-
-
liamwhite authored
main: Fix install progress calculation
-
liamwhite authored
externals: Update sdl2 to 2.28.1
-
liamwhite authored
input_common: Avoid potential division by zero
-
liamwhite authored
-
Morph authored
-
Morph authored
The increased buffer size means that that progress bar size has to be adjusted
-
- 05 Jul, 2023 5 commits
-
-
Narr the Reg authored
-
lat9nq authored
Even though it compiles and runs fine on the latest Windows versions, older LTSC builds will crash due to lacking support somewhere in the OS. For now just disable it for MSVC until either Microsoft fixes this or we no longer support 1809 LTSC.
-
liamwhite authored
vulkan_common: use device local preferred for image memory
-
liamwhite authored
service: nfc: Ensure controller is in the correct mode
-
liamwhite authored
Fix regression by unreal engine fix pr #11009
-
- 04 Jul, 2023 3 commits
-
-
ChaseKnowlden authored
-
bunnei authored
video_core: vulkan_device: Disable timeline semaphore on Turnip, fix qcom version check.
-
bunnei authored
-
- 03 Jul, 2023 10 commits
-
-
bunnei authored
video_core: vulkan_device: Fix S8Gen2 dynamic state checks.
-
bunnei authored
android: Input overlay updates
-
bunnei authored
CI: auto-publish Android releases
-
bunnei authored
-
liamwhite authored
Use `toUtf8()` for string passed to DBus
-
german77 authored
-
gidoly authored
-
zeltermann authored
-
german77 authored
-
Charles Lombardo authored
Now within the Input Overlay file, there is a version that will determine when the overlay will be reset. This is intended for breaking changes like the ones we had with the additions of percentage based layouts or the addition of foldable/portrait layouts. This also includes versions for each individual layout so we don't have to reset every layout if only one is broken. Additionally, this includes new L3/R3 buttons.
-