lat9nq
02a4c18835
settings: Pool SetGlobal functions
3 years ago
lat9nq
fc30b04714
settings,video_core: Consolidate ASTC decoding options
Just puts them all neatly into one place.
3 years ago
lat9nq
aa21a2ea3c
vk_buffer_cache: Format
3 years ago
lat9nq
30e4e8c2f4
general: Silence -Wshadow{,-uncaptured-local} warnings
These occur in the latest commits in LLVM Clang.
3 years ago
Kelebek1
df8097de60
Debug SetIdleTimeDetectionExtension
3 years ago
Morph
0263d2fb05
ssl: Link with crypt32 for secure channel backend
3 years ago
Morph
e5e843b73f
ssl: Reorder inclusions
3 years ago
Morph
74d0865478
network: Forward declarations
3 years ago
Narr the Reg
2aab79426a
service: nfc: Update Implementation to match with latest RE
3 years ago
Valeri Ochinski
cd7fc3a3fe
android: fix links to re-dumping guides
3 years ago
Tobias
16590ff2d0
file_sys/content_archive: Detect compressed NCAs ( #11047 )
3 years ago
Alexandre Bouvier
dad3ef76a2
cmake: allow using system VMA library
3 years ago
Charles Lombardo
b9b5f6a885
android: Visualize disabled home options
Allow for displaying options in the home options that are disabled with messages that explain why they are disabled.
This includes reasoning for the GPU driver installation button.
3 years ago
Charles Lombardo
190a9d386b
android: Don't prompt to save user data on uninstall
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.
3 years ago
Liam
1f791daa01
arm_interface: correct breakpoint rewind condition
3 years ago
lat9nq
9e48d8f65b
settings: Catch runtime error from STL
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.
3 years ago
Liam
ac90cfb927
k_server_session: translate special header for non-HLE requests
3 years ago
Martino Fontana
ef46437605
input_common: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0
This allows to share the mappings between Nintendo and non-Nintendo controllers.
Breaks the controller configuration for existing users who are using a Nintendo controller.
(Documentation of the hint 92b3c53c92/include/SDL_hints.h (L512-L532))
3 years ago
liamwhite
e6425500d3
vfs_real: use open file size for getting size ( #11016 )
3 years ago
Morph
8fa64dd1c5
main: Use 1_MiB as a constant for copy buffer size
3 years ago
Morph
cf6afdd939
main: Fix install progress calculation
The increased buffer size means that that progress bar size has to be adjusted
3 years ago
Narr the Reg
0bb27e9606
input_common: Avoid potential division by zero
3 years ago
lat9nq
b648c43fe8
settings: Disable C++20 path on MSVC
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.
3 years ago
Kelebek1
ba4569eab7
Fix ScratchBuffer moves
3 years ago
bunnei
66a20ecbc7
video_core: vulkan_device: Disable timeline semaphore on Turnip, fix qcom version check.
3 years ago
bunnei
3bf2a14213
video_core: vulkan_device: Change to driver version check.
3 years ago
german77
91445cd2e8
android: Reintroduce launch mode as single top
3 years ago
gidoly
66cb683f1e
oops re open
3 years ago
zeltermann
1bc489d511
Use `toUtf8()` for string passed to DBus
3 years ago
german77
a4c3c3bc2e
service: nfc: Ensure controller is in the correct mode
3 years ago
Charles Lombardo
e4fc1f5d7b
android: Version the input overlay
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.
3 years ago
Kelebek1
42638691b5
Use spans over guest memory where possible instead of copying data.
3 years ago
Morph
81ba61a0bd
core_timing: Remove GetCurrentTimerResolution in CoreTiming loop
Other programs may change this value, but if thousands of syscalls in this loop is undesirable, then we can just set this once.
3 years ago
comex
1595193fa9
Rename variables to avoid -Wshadow warnings under GCC
3 years ago
Liam
aa2743de67
vulkan_common: use device local preferred for image memory
3 years ago
Liam
c9cbfadcdc
Revert "texture_cache: Fix incorrect logic for AccelerateDMA"
This reverts commit e9c07146d8 .
3 years ago
comex
2ddbac990a
...actually add the SecureTransport backend to Git.
3 years ago
comex
f4b39f722d
Updates:
- Address PR feedback.
- Add SecureTransport backend for macOS.
3 years ago
Steveice10
9961fc6754
yuzu: Use test window with VulkanSurface to check for present modes.
It is probably not correct to create a surface on a non-VulkanSurface window.
On macOS this causes a preferences crash due to missing CAMetalLayer.
3 years ago
Morph
abe7f7c0a0
kernel: Synchronize
3 years ago
comex
1e1b0dccaf
Minor cleanup in BufferCacheRuntime::ReserveNullBuffer
As far as I can tell, there is no reason to OR this bit in separately.
3 years ago
GPUCode
4270b443f8
renderer_vulkan: Fix some missing view formats
* Many times the format itself wouldn't have been added to the list causing device losses for nvidia GPUs
* Also account for ASTC acceleration storage views
3 years ago
GPUCode
b7e726669e
renderer_vulkan: Add support for VK_KHR_image_format_list
3 years ago
Steveice10
19a0345f69
vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK.
3 years ago
Morph
acfb053333
parcel: Optimize small_vector sizes
3 years ago
Morph
10f95299eb
maxwell_dma: Specify dst_operand.pitch instead of a temp var
3 years ago
Morph
b8004b2472
general: Use ScratchBuffer where possible
3 years ago
german77
921f9baf58
yuzu: Ensure mouse panning can't be enabled with real mouse emulation
3 years ago
Charles Lombardo
a81e654c4d
android: Show memory warning once
3 years ago
Morph
accc43e31f
ring_buffer: Fix const usage on std::span
3 years ago