summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | video_core: don't build ASTC decoder shader unless requestedGravatar Liam2022-10-194-14/+19
| | | | | | | |
* | | | | | | | core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.Gravatar bunnei2022-11-025-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)Gravatar Ludovic2022-11-021-1/+0
| | | | | | | |
* | | | | | | | Merge pull request #9143 from K0bin/scheduler-emptyGravatar liamwhite2022-10-311-3/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | vk_scheduler: Remove recorded_counts
| * | | | | | | vk_scheduler: Remove recorded_countsGravatar Robin Kertels2022-10-281-3/+1
| | | | | | | |
* | | | | | | | Merge pull request #9159 from liamwhite/kborkGravatar bunnei2022-10-312-13/+27
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | kernel: more complete fix for KPort reference counting
| * | | | | | | kernel: more complete fix for KPort reference countingGravatar Liam2022-10-312-13/+27
| | | | | | | |
* | | | | | | | Merge pull request #9155 from FernandoS27/goosfrabaGravatar bunnei2022-10-301-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 ↵Gravatar Fernando Sahmkow2022-10-301-6/+6
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | rendef targets.
* / | | | | | k_thread: fix single coreGravatar Liam2022-10-301-2/+4
|/ / / / / /
* | | | | | Merge pull request #9151 from liamwhite/dram-sizeGravatar Morph2022-10-301-1/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | kernel: reinitialize after dram layout change
| * | | | | | kernel: reinitialize after dram layout changeGravatar Liam2022-10-301-1/+8
| | | | | | |
* | | | | | | Merge pull request #9091 from Docteh/what_compat_listGravatar liamwhite2022-10-305-0/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | UI: Add option to hide the compatibility list
| * | | | | | UI: Add option to hide the compatibility listGravatar Kyle Kienapfel2022-10-195-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/volumGravatar bunnei2022-10-292-1/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | service: am: Stub SetRecordVolumeMuted
| * | | | | | | service: am: Stub SetRecordVolumeMutedGravatar german772022-10-302-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used by bayonetta 3
* | | | | | | | k_server_session: fix crashesGravatar Liam2022-10-292-2/+1
| | | | | | | |
* | | | | | | | Merge pull request #9137 from liamwhite/hbmenuGravatar bunnei2022-10-298-10/+45
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improved support for nx-hbmenu
| * | | | | | | | nvnflinger: release queued handles immediately on disconnectionGravatar Liam2022-10-274-6/+17
| | | | | | | | |
| * | | | | | | | vi: implement CloseDisplayGravatar Liam2022-10-274-4/+28
| | | | | | | | |
* | | | | | | | | Merge pull request #9140 from vonchenplus/darw_index_bufferx_first_errorGravatar bunnei2022-10-292-61/+70
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | video_core: Fix drawing trigger mechanism regression
| * | | | | | | | video_core: Fix drawing trigger mechanism regressionGravatar FengChen2022-10-272-61/+70
| |/ / / / / / /
* | | | | | | | Merge pull request #9127 from vonchenplus/vulkan_clearGravatar bunnei2022-10-271-8/+13
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | video_core: Catch vulkan clear op not all channel need clear
| * | | | | | | video_core: Catch vulkan clear op not all channel need clearGravatar FengChen2022-10-251-8/+13
| | | | | | | |
* | | | | | | | Merge pull request #9138 from liamwhite/hbl-stacktraceGravatar liamwhite2022-10-272-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | arm_interface: curb infinite recursion in stacktrace generation
| * | | | | | | | arm_interface: curb infinite recursion in stacktrace generationGravatar Liam2022-10-272-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #9115 from vonchenplus/game_name_by_languageGravatar bunnei2022-10-272-12/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | file_sys: Priority display of game titles in the current language
| * | | | | | | | file_sys: Priority display of game titles in the current languageGravatar FengChen2022-10-242-12/+37
| | | | | | | | |
* | | | | | | | | Merge pull request #9126 from vonchenplus/revert-8068-shader-if-falseGravatar bunnei2022-10-273-98/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass"
| * | | | | | | | | Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass"Gravatar Feng Chen2022-10-253-98/+9
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9134 from lioncash/initGravatar liamwhite2022-10-276-8/+8
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | audio_in/out_system: Pass Initialize members by value where applicable
| * | | | | | | | | audio_in/out_system: Pass Initialize members by value where applicableGravatar Lioncash2022-10-266-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-schedulerGravatar bunnei2022-10-265-26/+76
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | kernel: refactor dummy thread wakeups
| * | | | | | | | | kernel: refactor dummy thread wakeupsGravatar Liam2022-10-245-26/+76
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | concepts: Use the std::contiguous_iterator conceptGravatar Morph2022-10-263-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-1Gravatar liamwhite2022-10-251-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tests: fix for -Wall
| * | | | | | | | | tests: fix for -WallGravatar Alexandre Bouvier2022-10-251-1/+1
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | Fix #9123
* | | | | | | | | Merge pull request #9113 from german77/peer_pressureGravatar liamwhite2022-10-258-12/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | service: nfp: Allow amiibos without keys
| * | | | | | | | | core: hid: Add handheld to nfc devicesGravatar german772022-10-221-0/+1
| | | | | | | | | |
| * | | | | | | | | service: nfp: Allow amiibos without keysGravatar Narr the Reg2022-10-213-1/+18
| | | | | | | | | |
| * | | | | | | | | service: nfp: remove unnecessary includeGravatar Narr the Reg2022-10-215-11/+7
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9107 from german77/gidoly_rulesGravatar liamwhite2022-10-2510-57/+93
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | input_common: cache vibration tests
| * | | | | | | | | input_common: cache vibration testsGravatar german772022-10-2110-57/+93
| |/ / / / / / / /
* | | | | | | | | Merge pull request #9112 from vonchenplus/deferred_drawGravatar liamwhite2022-10-2510-232/+203
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | video_core: Reimplementing the maxwell drawing trigger mechanism
| * | | | | | | | video_core: Implement maxwell inline_index methodGravatar FengChen2022-10-226-74/+130
| | | | | | | | |
| * | | | | | | | video_coare: Reimplementing the maxwell drawing trigger mechanismGravatar FengChen2022-10-2110-224/+139
| |/ / / / / / /
* | | | | | | | Merge pull request #9119 from liamwhite/shutdown-barrierGravatar liamwhite2022-10-256-7/+26
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | core: barrier service thread shutdown
| * | | | | | | core: barrier service thread shutdownGravatar Liam2022-10-236-7/+26
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #8873 from vonchenplus/fix_legacy_location_errorGravatar bunnei2022-10-245-19/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | video_core: Fix legacy to generic location unpaired
| * | | | | | | Address feedbackGravatar FengChen2022-10-171-6/+6
| | | | | | | |