FearlessTobi
96abe0d7d3
main: Remove unused enum
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
3 years ago
Liam
c57ae803a6
kernel: fix resource limit imbalance
3 years ago
Liam
db7b2bc8f1
kernel: restrict nce to applications
3 years ago
Liam
31bf57a310
general: properly support multiple memory instances
3 years ago
Liam
cae675343c
k_server_session: remove scratch buffer usage in favor of direct copy
3 years ago
Liam
35501ba41c
k_server_session: process for guest servers
3 years ago
Liam
419055e484
kernel: instantiate memory separately for each guest process
3 years ago
Liam
4aa713e861
shader_recompiler: ensure derivatives for textureGrad are f32
3 years ago
Liam
9e9aed41be
shader_recompiler: use float image operations on load/store when required
3 years ago
t895
bb5196aaae
qt: settings: Fix per-game vsync combobox
3 years ago
t895
d3070cafa7
android: Fix "No games found" text appearing on load
3 years ago
Narr the Reg
5cd3b6f58c
service: hid: Fix crash on InitializeVibrationDevice
3 years ago
Ameer J
61e8c5f798
gl_rasterizer: Less spammy log for unimplemented resets
3 years ago
Liam
4b60aec190
nce: hide shadowing warnings from dynarmic headers
3 years ago
Jan Beich
310834aea2
vulkan_common: unbreak build with Vulkan-Headers 1.3.274
src/video_core/vulkan_common/vulkan_wrapper.cpp:293:13: error: enumeration value 'VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR' not handled in switch [-Werror,-Wswitch]
switch (result) {
^~~~~~
3 years ago
Ameer J
db8a601cf8
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
3 years ago
Ameer J
1bb76201e6
gl_rasterizer: Silence spammy logs
3 years ago
Ameer J
372bca5945
gl_buffer_cache: Reintroduce NV_vertex_buffer_unified_memory
Workaround Nvidia drivers complaining when a buffer is bound as both a vertex buffer and transform feedback buffer
3 years ago
Liam
93c19a40bf
nce: increase handler stack size
3 years ago
Liam
d0a75580da
renderer_vulkan: don't pass null view when nullDescriptor is not supported
3 years ago
Liam
a94721fde0
nce: fix read size in simd immediate emulation
3 years ago
Narr the Reg
816c7a8d1f
yuzu: Read/Save category Paths
3 years ago
Liam
fcfa8b680b
shader_recompiler: use minimal clip distance array
3 years ago
Liam
94244437de
shader_recompiler: ignore clip distances beyond driver support level
3 years ago
Narr the Reg
53956a2990
yuzu: Make language persistent and remove symbols_path
3 years ago
Liam
a7731abb72
oboe_sink: specify additional required parameters
3 years ago
Ameer J
a2b567dfd6
vk_query_cache: Fix prefix sum max_accumulation_limit logic
3 years ago
Liam
b770f6a985
fs: implement OpenDirectoryMode
3 years ago
Liam
797e8fdbc3
oboe_sink: set low latency performance mode
3 years ago
liamwhite
65e646eeba
Revert "video_core: use interval map for page count tracking"
3 years ago
Liam
fba3fa705d
renderer_vulkan: work around turnip binding bug in a610
3 years ago
Liam
09e8fb75ce
path_util: copy output for GetParentPath
3 years ago
Liam
6ca530a721
android: add oboe to audio configuration
3 years ago
Liam
e01c535178
oboe_sink: implement channel count querying
3 years ago
Liam
7239547ead
android: add oboe audio sink
3 years ago
Liam
7fc06260d1
renderer_vulkan: allow up to 7 swapchain images
3 years ago
Liam
fcc85abe27
nvnflinger: mark buffer as acquired when acquired
3 years ago
Liam
6851e93296
audio: skip coefficient normalization for downmix
3 years ago
Liam
67660972c9
set: add cstddef for offsetof macro
3 years ago
Kelebek1
ffbba74c91
Have GetActiveChannelCount return the system channels instead of host device channels
3 years ago
Ameer J
2b0cf73bf0
gl_buffer_cache: Fix tfb binding typo
3 years ago
liamwhite
85b1e17df6
ssl: fix output byte buffer size issue ( #12372 )
3 years ago
Kelebek1
4144c517a5
Make system settings persistent across boots
3 years ago
Liam
8ad5f2c506
common: use memory holepunching when clearing memory
3 years ago
Liam
2a3f84aaf2
video_core: lock interval map update
3 years ago
Liam
030e6b3980
video_core: use interval map for page count tracking
3 years ago
Narr the Reg
e8ad603cd9
core: Make sure npad is initialized
3 years ago
Liam
b560ade663
renderer_vulkan: bound async presentation queue growth
3 years ago
Narr the Reg
d10464de30
core: hid: Clean up headers
3 years ago
Narr the Reg
64f68e9635
service: hid: Allow to create multiple instances of shared memory
3 years ago