| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | video_core: don't build ASTC decoder shader unless requested | 2022-10-19 | 4 | -14/+19 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext. | 2022-11-02 | 5 | -23/+42 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - These APIs are used to capture the opened users and allow that state to be persisted across processes. - They are not intended to just return the system opened users, that is what ListOpenUsers is for. - Fixes the launch hang with Bayonetta 3. | |||||
| * | | | | | | | | remove unnecessary sepator in file menu (main.ui) | 2022-11-02 | 1 | -1/+0 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #9143 from K0bin/scheduler-empty | 2022-10-31 | 1 | -3/+1 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | vk_scheduler: Remove recorded_counts | |||||
| | * | | | | | | | vk_scheduler: Remove recorded_counts | 2022-10-28 | 1 | -3/+1 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #9159 from liamwhite/kbork | 2022-10-31 | 2 | -13/+27 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | kernel: more complete fix for KPort reference counting | |||||
| | * | | | | | | | kernel: more complete fix for KPort reference counting | 2022-10-31 | 2 | -13/+27 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #9155 from FernandoS27/goosfraba | 2022-10-30 | 1 | -6/+6 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Vulkan: Fix regression caused by limiting render area to width/height of render targets. | |||||
| | * | | | | | | | Vulkan: Fix regression caused by limiting render area to width/height of ↵ | 2022-10-30 | 1 | -6/+6 | ||
| | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | rendef targets. | |||||
| * / | | | | | | k_thread: fix single core | 2022-10-30 | 1 | -2/+4 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #9151 from liamwhite/dram-size | 2022-10-30 | 1 | -1/+8 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | kernel: reinitialize after dram layout change | |||||
| | * | | | | | | kernel: reinitialize after dram layout change | 2022-10-30 | 1 | -1/+8 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #9091 from Docteh/what_compat_list | 2022-10-30 | 5 | -0/+17 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | UI: Add option to hide the compatibility list | |||||
| | * | | | | | | UI: Add option to hide the compatibility list | 2022-10-19 | 5 | -0/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option is added directly below the option for the addons column Defaulting to hide compatibility list. Changing default works properly. Co-authored-by: Piplup <piplup55@users.noreply.github.com> | |||||
| * | | | | | | | Merge pull request #9149 from german77/volum | 2022-10-29 | 2 | -1/+13 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | service: am: Stub SetRecordVolumeMuted | |||||
| | * | | | | | | | service: am: Stub SetRecordVolumeMuted | 2022-10-30 | 2 | -1/+13 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used by bayonetta 3 | |||||
| * | | | | | | | | k_server_session: fix crashes | 2022-10-29 | 2 | -2/+1 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #9137 from liamwhite/hbmenu | 2022-10-29 | 8 | -10/+45 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Improved support for nx-hbmenu | |||||
| | * | | | | | | | | nvnflinger: release queued handles immediately on disconnection | 2022-10-27 | 4 | -6/+17 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | vi: implement CloseDisplay | 2022-10-27 | 4 | -4/+28 | ||
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #9140 from vonchenplus/darw_index_bufferx_first_error | 2022-10-29 | 2 | -61/+70 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | video_core: Fix drawing trigger mechanism regression | |||||
| | * | | | | | | | | video_core: Fix drawing trigger mechanism regression | 2022-10-27 | 2 | -61/+70 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9127 from vonchenplus/vulkan_clear | 2022-10-27 | 1 | -8/+13 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | video_core: Catch vulkan clear op not all channel need clear | |||||
| | * | | | | | | | video_core: Catch vulkan clear op not all channel need clear | 2022-10-25 | 1 | -8/+13 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #9138 from liamwhite/hbl-stacktrace | 2022-10-27 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | arm_interface: curb infinite recursion in stacktrace generation | |||||
| | * | | | | | | | | arm_interface: curb infinite recursion in stacktrace generation | 2022-10-27 | 2 | -2/+2 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #9115 from vonchenplus/game_name_by_language | 2022-10-27 | 2 | -12/+37 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | file_sys: Priority display of game titles in the current language | |||||
| | * | | | | | | | | file_sys: Priority display of game titles in the current language | 2022-10-24 | 2 | -12/+37 | ||
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #9126 from vonchenplus/revert-8068-shader-if-false | 2022-10-27 | 3 | -98/+9 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass" | |||||
| | * | | | | | | | | | Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass" | 2022-10-25 | 3 | -98/+9 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #9134 from lioncash/init | 2022-10-27 | 6 | -8/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | audio_in/out_system: Pass Initialize members by value where applicable | |||||
| | * | | | | | | | | | audio_in/out_system: Pass Initialize members by value where applicable | 2022-10-26 | 6 | -8/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | applet_resource_user_id isn't actually modified and is just assigned to a member variable, so this doesn't need to be a mutable reference. Similarly, the device name itself isn't modified and is only moved. We pass by value here, since we can still perform the move, but eliminate a sneaky set of calls that can unintentionally destroy the original string. Given how nested the calls are, it's good to get rid of this potential vector for a use-after-move bug. | |||||
| * | | | | | | | | | | Merge pull request #9125 from liamwhite/dummy-scheduler | 2022-10-26 | 5 | -26/+76 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | kernel: refactor dummy thread wakeups | |||||
| | * | | | | | | | | | kernel: refactor dummy thread wakeups | 2022-10-24 | 5 | -26/+76 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | concepts: Use the std::contiguous_iterator concept | 2022-10-26 | 3 | -20/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also covers std::span, which does not have a const iterator. Also renames IsSTLContainer to IsContiguousContainer to explicitly convey its semantics. | |||||
| * | | | | | | | | | Merge pull request #9128 from abouvier/patch-1 | 2022-10-25 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | tests: fix for -Wall | |||||
| | * | | | | | | | | | tests: fix for -Wall | 2022-10-25 | 1 | -1/+1 | ||
| | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | Fix #9123 | |||||
| * | | | | | | | | | Merge pull request #9113 from german77/peer_pressure | 2022-10-25 | 8 | -12/+26 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | service: nfp: Allow amiibos without keys | |||||
| | * | | | | | | | | | core: hid: Add handheld to nfc devices | 2022-10-22 | 1 | -0/+1 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | service: nfp: Allow amiibos without keys | 2022-10-21 | 3 | -1/+18 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | service: nfp: remove unnecessary include | 2022-10-21 | 5 | -11/+7 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #9107 from german77/gidoly_rules | 2022-10-25 | 10 | -57/+93 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | input_common: cache vibration tests | |||||
| | * | | | | | | | | | input_common: cache vibration tests | 2022-10-21 | 10 | -57/+93 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #9112 from vonchenplus/deferred_draw | 2022-10-25 | 10 | -232/+203 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | video_core: Reimplementing the maxwell drawing trigger mechanism | |||||
| | * | | | | | | | | video_core: Implement maxwell inline_index method | 2022-10-22 | 6 | -74/+130 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | video_coare: Reimplementing the maxwell drawing trigger mechanism | 2022-10-21 | 10 | -224/+139 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9119 from liamwhite/shutdown-barrier | 2022-10-25 | 6 | -7/+26 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | core: barrier service thread shutdown | |||||
| | * | | | | | | | core: barrier service thread shutdown | 2022-10-23 | 6 | -7/+26 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #8873 from vonchenplus/fix_legacy_location_error | 2022-10-24 | 5 | -19/+35 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | video_core: Fix legacy to generic location unpaired | |||||
| | * | | | | | | | Address feedback | 2022-10-17 | 1 | -6/+6 | ||
| | | | | | | | | | ||||||