| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-25 | Merge pull request #9652 from liamwhite/ms | bunnei | |
| spirv: fix multisampled image fetch | |||
| 2023-01-25 | Merge pull request #9604 from liamwhite/pt | bunnei | |
| kernel: KPageTable: update | |||
| 2023-01-25 | shader_recompiler: Remove S32 IR type | ameerj | |
| 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 | |||
| 2023-01-25 | main: Convert to device independent coordinates for scaling | Morph | |
| devicePixelRatioF() returns the scaling ratio when high dpi scaling is enabled. When high dpi scaling is enabled, the raw screen coordinate system is scaled to device independent coordinates. | |||
| 2023-01-25 | main: Use passthrough scaling for non-windows OSes | Morph | |
| They should be better than windows when handling fractional scaling ratios. | |||
| 2023-01-25 | main: Enable High DPI fixes for Qt >= 5.14 | Morph | |
| This uses Qt's new high DPI application attributes for scaling the current window. However, these aren't perfect as scaling with non integer scales will cause artifacts in UI, icons and other elements. Therefore, we use a heuristic to select an appropriate integer scale value depending on the current screen resolution and applies this to the application. | |||
| 2023-01-25 | main: Only set AA_DisableWindowContextHelpButton below Qt6 | Morph | |
| This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not. | |||
| 2023-01-25 | Merge pull request #9675 from Morph1984/ini-concat | liamwhite | |
| default_ini: Split and concatenate the config string literal | |||
| 2023-01-25 | Merge pull request #9668 from Morph1984/qt-why-is-this-not-the-default | liamwhite | |
| main: Globally disable the "?" button on dialogs | |||
| 2023-01-25 | Merge pull request #9676 from german77/revert-stick-range | liamwhite | |
| Revert #9617 and fix it on input_common | |||
| 2023-01-25 | input_common: Make use of StoppableTimedWait | Morph | |
| 2023-01-25 | polyfill_thread: Implement StoppableTimedWait | Morph | |
| 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> | |||
| 2023-01-25 | input_common: add missing header for libc++ after 340f15d1fa79 | Jan Beich | |
| 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( ~~~~~~~~~~~~~^ | |||
| 2023-01-25 | Revert 9617 and fix it on input_common | Narr the Reg | |
| 2023-01-25 | default_ini: Split and concatenate the config string literal | Morph | |
| 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. | |||
| 2023-01-25 | Revert "MemoryManager: use fastmem directly." | Merry | |
| This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527. | |||
| 2023-01-25 | main: Globally disable the "?" button on dialogs | Morph | |
| Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally. | |||
| 2023-01-24 | Merge pull request #9662 from abouvier/cmake-llvm | bunnei | |
| cmake: prefer system llvm library | |||
| 2023-01-24 | Merge pull request #9492 from german77/joycon_release | liamwhite | |
| Input_common: Implement custom joycon driver v2 | |||
| 2023-01-23 | kernel: split SetAddressKey into user and kernel variants | Liam | |
| 2023-01-23 | kernel: fix incorrect locking order in suspension | Liam | |
| 2023-01-23 | spirv: fix multisampled image fetch | Liam | |
| 2023-01-23 | cmake: prefer system llvm library | Alexandre Bouvier | |
| 2023-01-22 | Merge pull request #9555 from abouvier/catch2-update | liamwhite | |
| tests: update catch2 to 3.0.1 | |||
| 2023-01-22 | kernel: KPageTable: update | Liam | |
| 2023-01-22 | Merge pull request #9660 from german77/koreaToTaiwan | liamwhite | |
| yuzu: Fix language comobox crash | |||
| 2023-01-22 | Merge pull request #9656 from liamwhite/nsight | liamwhite | |
| nsight_aftermath_tracker: update for latest Aftermath SDK | |||
| 2023-01-22 | Merge pull request #9637 from SaiKai/repeat_shortcuts | liamwhite | |
| allow volume up/down hotkeys to be repeated | |||
| 2023-01-22 | Merge pull request #9617 from german77/off_by_one | liamwhite | |
| core: hid: Fix stick minimum range | |||
| 2023-01-22 | Merge pull request #9613 from Kelebek1/demangle | liamwhite | |
| Add stacktrace symbol demangling | |||
| 2023-01-22 | yuzu: Fix language comobox crash | german77 | |
| 2023-01-21 | nsight_aftermath_tracker: update for latest Aftermath SDK | Liam | |
| 2023-01-20 | Merge pull request #9611 from liamwhite/patch-1 | bunnei | |
| debugger: add host fastmem pointer fetch command | |||
| 2023-01-20 | core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable | Narr the Reg | |
| 2023-01-20 | input_common: Fix joycon mappings | german77 | |
| 2023-01-20 | input_common: Address byte review | german77 | |
| 2023-01-19 | Merge pull request #9640 from german77/why_sdl | bunnei | |
| input_common: reset sdl motion if data is invalid | |||
| 2023-01-19 | core: hid: Only set the polling mode to the correct side | Narr the Reg | |
| 2023-01-19 | input_common: Drop Pro controller support from custom driver | german77 | |
| 2023-01-19 | input_common: Fix issue where ring and irs are enabled at the same time | german77 | |
| 2023-01-19 | input_common: Implement joycon ir camera | Narr the Reg | |
| 2023-01-19 | yuzu: Add ring controller test button | german77 | |
| 2023-01-19 | input_common: Use DriverResult on all engines | german77 | |
| 2023-01-19 | Address review comments | german77 | |
| 2023-01-19 | core: hid: Fix input regressions | Narr the Reg | |
| 2023-01-19 | input_common: Implement joycon nfc | german77 | |
| 2023-01-19 | input_common: Add dual joycon support | Narr the Reg | |
| 2023-01-19 | input_common: Add support for joycon ring controller | Narr the Reg | |
| 2023-01-19 | input_common: Add support for joycon input reports | Narr the Reg | |
| 2023-01-19 | input_common: Use calibration from joycon | Narr the Reg | |
