Matías Locatti
69eaad18a5
Update yuzu_cmd's default_ini.h
Rename FSR, add missing resolution multipliers, and SMAA
3 years ago
Liam
92eb091ddb
kernel/svc: Split implementations into separate files
3 years ago
Sorab
923c17f1ae
Add Game Icon for Discord RPC
Connected to Yuzu Compatibility Page
3 years ago
german77
3cd0b816cc
yuzu_cmd: Order arguments alphabetically and port arguments from Qt
3 years ago
german77
ebca59b8e9
yuzu_cmd: Fix mismatching controller input
3 years ago
german77
424643f9af
yuzu_cmd: Fix touch input
3 years ago
ameerj
4678f53463
shader_recompiler/value.h: Remove lingering references to S32
3 years ago
ameerj
979e4d9950
fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard
3 years ago
ameerj
2d2522693e
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
This reverts commit 25fc5c0e11 , reversing
changes made to af20e25081 .
3 years ago
Luke Sawczak
54ab154696
added 'Hide empty rooms' toggle to lobby
fixed typo
fixed typo
fixed typo
clang
3 years ago
liamwhite
b01698775b
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
3 years ago
Narr the Reg
2f2e88c3fb
input_common: Simplify stick from button
3 years ago
Liam
7d1c3a3f59
kernel: add KDeviceAddressSpace
3 years ago
german77
ce1895497d
yuzu: config: Draw turbo buttons with a different color
3 years ago
german77
75e81885b0
input_common: Implement turbo buttons
3 years ago
Liam
67a8740af6
kernel: add KCapabilities
3 years ago
ameerj
720ff38097
gl_compute_pipeline: Force context flush when loading shader cache
3 years ago
Narr the Reg
c318a4c80b
input_common: joycon: Remove Magic numbers from common protocol
3 years ago
ameerj
01eeda74a6
gl_graphics_pipeline: Force context flush when loading shader cache
3 years ago
Narr the Reg
11fea5deea
input_common: joycon: Fill missing enum data
3 years ago
Levi Behunin
d5fc56db4b
Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
3 years ago
ameerj
a63e17566a
spirv: Fix TXQ with MSAA textures
3 years ago
ameerj
a1d8306bfd
emit_glasm_image: Fix TXQ with MSAA textures
3 years ago
ameerj
08feba2b56
emit_glsl_image: Implement TXQ with MSAA textures
Also fixes for texture buffers, which do not have mips eithers.
3 years ago
ameerj
0d820f2dab
texture_pass: Fix texture descriptors comparisons
3 years ago
ameerj
9bb429999e
texture_pass: Refactor texture handle retrieval
3 years ago
ameerj
2c2e019a44
shader_recompiler: TXQ: Skip QueryLevels when possible
3 years ago
ameerj
c0cedbae94
emit_glsl_image: Fix ImageFetch for MSAA textures
3 years ago
Narr the Reg
e84a441d75
yuzu: config: Avoid reading deleted object
3 years ago
SoRadGaming
ad712926d6
LDN Hostname Support in Direct Connect
- Added IPv6 & Namespace support in direct connection Regex
- Updated Tooltip for Direct Connect UI
- Removed Dropdown Connection Type in Direct Connect
3 years ago
ameerj
c2fb7b64ce
texture_cache: Adjust image view sizes by MSAA samples
3 years ago
FengChen
818631a412
video_core: Implement vulkan clear specified channel
3 years ago
Liam
619c0e70f0
polyfill_thread: satisfy execution ordering requirements of stop_callback
3 years ago
Narr the Reg
4e29afefc4
input_common: joycon: Replace ReadSPI vector with span
3 years ago
Narr the Reg
8647c72778
input_common: joycon: Remove magic numbers from calibration protocol
3 years ago
ameerj
0f795603fc
glasm: Add MS sampler types
3 years ago
ameerj
5710e90150
glsl: Add MS sampler types
3 years ago
Liam
e9e1e7aa3a
kernel: unbreak min/max template deduction on Apple Clang
3 years ago
Wollnashorn
c4a49eb1dd
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
3 years ago
Narr the Reg
49707916db
input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon driver
3 years ago
ameerj
93cc6e4d99
shader_recompiler: Remove S32 IR type
The frontend IR opcodes do not distinguish between signed and unsigned integer types.
Fixes broken shaders when IR validation/graphics debugging is enabled for shaders that used BitCastS32F32
3 years ago
Morph
b6e5a6bda8
main: Only set AA_DisableWindowContextHelpButton below Qt6
This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not.
3 years ago
Morph
c55147b24a
input_common: Make use of StoppableTimedWait
3 years ago
Morph
9b0563fa87
polyfill_thread: Implement StoppableTimedWait
StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested.
This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested.
Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
3 years ago
Jan Beich
20c7084892
input_common: add missing header for libc++ after 340f15d1fa
src/input_common/drivers/joycon.cpp:187:26: error: no member named 'find_if' in namespace 'std::ranges'
std::ranges::find_if(left_joycons, [](auto& device) { return !device->IsConnected(); });
~~~~~~~~~~~~~^
src/input_common/drivers/joycon.cpp:193:54: error: no member named 'find_if' in namespace 'std::ranges'
const auto unconnected_device = std::ranges::find_if(
~~~~~~~~~~~~~^
src/input_common/drivers/joycon.cpp:393:51: error: no member named 'find_if' in namespace 'std::ranges'
const auto matching_device = std::ranges::find_if(
~~~~~~~~~~~~~^
src/input_common/drivers/joycon.cpp:402:51: error: no member named 'find_if' in namespace 'std::ranges'
const auto matching_device = std::ranges::find_if(
~~~~~~~~~~~~~^
3 years ago
Narr the Reg
cc821bfae1
Revert 9617 and fix it on input_common
3 years ago
Morph
4cdf69c378
default_ini: Split and concatenate the config string literal
We are dangerously close to MSVC's 16384 character limit for string literals. Breaking this string up and concatenating will allow for more settings to be added in the future.
3 years ago
Merry
dc7ab4c5d6
Revert "MemoryManager: use fastmem directly."
This reverts commit af5ecb0b15 .
3 years ago
Morph
cdfb3795af
main: Globally disable the "?" button on dialogs
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
3 years ago
Liam
693cad8e9b
kernel: split SetAddressKey into user and kernel variants
3 years ago