- 28 Jan, 2023 5 commits
-
-
bunnei authored
shader_recompiler: Remove S32 IR type
-
liamwhite authored
LDN hostname support in direct connect
-
SoRadGaming authored
- Added IPv6 & Namespace support in direct connection Regex - Updated Tooltip for Direct Connect UI - Removed Dropdown Connection Type in Direct Connect
-
bunnei authored
polyfill_thread: Implement StoppableTimedWait
-
liamwhite authored
video_core/opengl: Added FSR upscaling filter to the OpenGL renderer
-
- 27 Jan, 2023 2 commits
- 26 Jan, 2023 9 commits
-
-
Liam authored
-
Wollnashorn authored
-
bunnei authored
input_common: Implement SetLowPowerMode and TriggersElapsed
-
Narr the Reg authored
-
bunnei authored
Revert "MemoryManager: use fastmem directly."
-
bunnei authored
spirv: fix multisampled image fetch
-
bunnei authored
kernel: KPageTable: update
-
ameerj authored
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
-
Morph authored
main: Only set AA_DisableWindowContextHelpButton below Qt6
-
- 25 Jan, 2023 12 commits
-
-
Morph authored
This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not.
-
liamwhite authored
default_ini: Split and concatenate the config string literal
-
liamwhite authored
main: Globally disable the "?" button on dialogs
-
liamwhite authored
Revert #9617 and fix it on input_common
-
Morph authored
-
Morph authored
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>
-
Narr the Reg authored
input_common: unbreak build with libc++ (missing std::ranges::find_if)
-
Jan Beich authored
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( ~~~~~~~~~~~~~^
-
Narr the Reg authored
-
Morph authored
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.
-
Morph authored
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
-
- 24 Jan, 2023 3 commits
- 23 Jan, 2023 3 commits
-
-
Liam authored
-
Liam authored
-
Alexandre Bouvier authored
-
- 22 Jan, 2023 6 commits
-
-
liamwhite authored
tests: update catch2 to 3.0.1
-
Liam authored
-
liamwhite authored
yuzu: Fix language comobox crash
-
liamwhite authored
nsight_aftermath_tracker: update for latest Aftermath SDK
-
liamwhite authored
allow volume up/down hotkeys to be repeated
-
liamwhite authored
core: hid: Fix stick minimum range
-