Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-03 | core: hle: kernel: k_memory_block: Refresh. | bunnei | |
2022-11-03 | core: hle: kernel: k_page_heap: Refresh. | bunnei | |
2022-11-03 | core: hle: kernel: k_page_group: Add KPageBufferSlabHeap. | bunnei | |
2022-11-03 | core: hle: kernel: k_system_control: Add SecureAppletMemorySize. | bunnei | |
2022-11-03 | core: hle: kernel: k_page_buffer: Add KPageBufferSlabHeap. | bunnei | |
2022-11-03 | core: hle: kernel: Add KPageTableManager. | bunnei | |
2022-11-03 | core: hle: kernel: Add KPageTableSlabHeap. | bunnei | |
2022-11-03 | core: hle: kernel: Add KEventInfo. | bunnei | |
2022-11-03 | core: hle: kernel: Add KDebug. | bunnei | |
2022-11-03 | core: hle: result: Fix code for compilers. | bunnei | |
2022-11-04 | Merge pull request #9154 from liamwhite/new-fb | Fernando S | |
vk_blit_screen: recreate swapchain images on guest format change | |||
2022-11-03 | Merge pull request #9097 from liamwhite/intel-spv-compiler | Morph | |
video_core: don't build ASTC decoder shader unless requested | |||
2022-11-02 | core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext. | bunnei | |
- 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. | |||
2022-11-02 | remove unnecessary sepator in file menu (main.ui) | Ludovic | |
2022-10-31 | Merge pull request #9143 from K0bin/scheduler-empty | liamwhite | |
vk_scheduler: Remove recorded_counts | |||
2022-10-31 | Merge pull request #9159 from liamwhite/kbork | bunnei | |
kernel: more complete fix for KPort reference counting | |||
2022-10-31 | kernel: more complete fix for KPort reference counting | Liam | |
2022-10-30 | Merge pull request #9155 from FernandoS27/goosfraba | bunnei | |
Vulkan: Fix regression caused by limiting render area to width/height of render targets. | |||
2022-10-30 | k_thread: fix single core | Liam | |
2022-10-30 | Vulkan: Fix regression caused by limiting render area to width/height of ↵ | Fernando Sahmkow | |
rendef targets. | |||
2022-10-30 | vk_blit_screen: recreate swapchain images on guest format change | Liam | |
2022-10-30 | Merge pull request #9151 from liamwhite/dram-size | Morph | |
kernel: reinitialize after dram layout change | |||
2022-10-30 | kernel: reinitialize after dram layout change | Liam | |
2022-10-30 | Merge pull request #9091 from Docteh/what_compat_list | liamwhite | |
UI: Add option to hide the compatibility list | |||
2022-10-29 | Merge pull request #9149 from german77/volum | bunnei | |
service: am: Stub SetRecordVolumeMuted | |||
2022-10-30 | service: am: Stub SetRecordVolumeMuted | german77 | |
Used by bayonetta 3 | |||
2022-10-29 | k_server_session: fix crashes | Liam | |
2022-10-29 | Merge pull request #9137 from liamwhite/hbmenu | bunnei | |
Improved support for nx-hbmenu | |||
2022-10-29 | Merge pull request #9140 from vonchenplus/darw_index_bufferx_first_error | bunnei | |
video_core: Fix drawing trigger mechanism regression | |||
2022-10-27 | Merge pull request #9127 from vonchenplus/vulkan_clear | bunnei | |
video_core: Catch vulkan clear op not all channel need clear | |||
2022-10-28 | vk_scheduler: Remove recorded_counts | Robin Kertels | |
2022-10-27 | Merge pull request #9138 from liamwhite/hbl-stacktrace | liamwhite | |
arm_interface: curb infinite recursion in stacktrace generation | |||
2022-10-27 | arm_interface: curb infinite recursion in stacktrace generation | Liam | |
2022-10-27 | Merge pull request #9115 from vonchenplus/game_name_by_language | bunnei | |
file_sys: Priority display of game titles in the current language | |||
2022-10-27 | Merge pull request #9126 from vonchenplus/revert-8068-shader-if-false | bunnei | |
Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass" | |||
2022-10-27 | nvnflinger: release queued handles immediately on disconnection | Liam | |
2022-10-27 | vi: implement CloseDisplay | Liam | |
2022-10-27 | Merge pull request #9134 from lioncash/init | liamwhite | |
audio_in/out_system: Pass Initialize members by value where applicable | |||
2022-10-27 | video_core: Fix drawing trigger mechanism regression | FengChen | |
2022-10-26 | Merge pull request #9125 from liamwhite/dummy-scheduler | bunnei | |
kernel: refactor dummy thread wakeups | |||
2022-10-26 | audio_in/out_system: Pass Initialize members by value where applicable | Lioncash | |
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. | |||
2022-10-26 | concepts: Use the std::contiguous_iterator concept | Morph | |
This also covers std::span, which does not have a const iterator. Also renames IsSTLContainer to IsContiguousContainer to explicitly convey its semantics. | |||
2022-10-25 | Merge pull request #9128 from abouvier/patch-1 | liamwhite | |
tests: fix for -Wall | |||
2022-10-25 | Merge pull request #9113 from german77/peer_pressure | liamwhite | |
service: nfp: Allow amiibos without keys | |||
2022-10-25 | Merge pull request #9107 from german77/gidoly_rules | liamwhite | |
input_common: cache vibration tests | |||
2022-10-25 | tests: fix for -Wall | Alexandre Bouvier | |
Fix #9123 | |||
2022-10-25 | video_core: Catch vulkan clear op not all channel need clear | FengChen | |
2022-10-25 | Merge pull request #9112 from vonchenplus/deferred_draw | liamwhite | |
video_core: Reimplementing the maxwell drawing trigger mechanism | |||
2022-10-25 | Merge pull request #9119 from liamwhite/shutdown-barrier | liamwhite | |
core: barrier service thread shutdown | |||
2022-10-25 | Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass" | Feng Chen | |