| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-01 | TAS: Record sanitized instead of raw stick inputs | MonsterDruide1 | |
| Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||
| 2023-01-01 | vfs: Replace cstr concat with char concat | Merry | |
| 2023-01-01 | vulkan_common: unify VK_EXT_debug_utils and selection of validation layer | Liam | |
| 2023-01-01 | Merge pull request #9533 from merryhime/overcommit | liamwhite | |
| host_memory: mmap changes for virtual_base | |||
| 2023-01-01 | Merge pull request #9514 from ColinKinloch/en_gb | liamwhite | |
| settings: warn on invalid regon/language combinations | |||
| 2023-01-01 | host_memory: Use transparent huge pages where available | Merry | |
| 2023-01-01 | host_memory: Allocate virtual_base with MAP_NORESERVE | Merry | |
| Specify that we do not require swap to be reserved for this address range; allow overcommitting. | |||
| 2022-12-30 | settings: comment language blocklist columns | Colin Kinloch | |
| 2022-12-30 | core: hid: emulated_console: Avoid a crash if frontend does not configure ↵ | bunnei | |
| touch_from_button_maps. | |||
| 2022-12-29 | Merge pull request #9515 from liamwhite/cmake-refactor | bunnei | |
| CMake: make more features optional | |||
| 2022-12-30 | config: Save multiplayer settings only globally | Wollnashorn | |
| Saved multiplayer settings like the nickname, remote address, etc. were reset everytime a game was booted up and the game-specific config files were loaded, as these values will never be set. | |||
| 2022-12-29 | settings: added regon/language warning bounds check | Colin Kinloch | |
| 2022-12-29 | Revert "k_page_group: synchronize" | gidoly | |
| 2022-12-28 | Merge pull request #9423 from vonchenplus/vulkan_quad_strip | liamwhite | |
| video_core: Implement all vulkan topology | |||
| 2022-12-28 | hle_ipc: Use thread_local ReadBuffer | ameerj | |
| 2022-12-28 | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | |
| 2022-12-28 | hle_ipc: Rename ReadBuffer to ReadBufferCopy | ameerj | |
| Indicates explicitly that a copy is occurring | |||
| 2022-12-28 | bsd: Use std::span for read payloads | ameerj | |
| Allows the use of HLERequestContext::ReadBufferSpan | |||
| 2022-12-28 | nvdrv: Use std::span for inputs | ameerj | |
| Allows the use of HLERequestContext::ReadBufferSpan | |||
| 2022-12-28 | hidbus: Use ReadBufferSpan | ameerj | |
| 2022-12-28 | cmake: make cubeb and SDL2 optional | Liam | |
| 2022-12-28 | Merge pull request #9504 from liamwhite/pg2 | bunnei | |
| k_page_group: synchronize | |||
| 2022-12-28 | cmake: make libusb optional | Liam | |
| 2022-12-28 | cmake: make room server optional | Liam | |
| 2022-12-28 | settings: warn on invalid regon/language combinations | Colin Kinloch | |
| 2022-12-27 | Merge pull request #9490 from ameerj/texture-cache-prealloc | bunnei | |
| texture_cache: Use pre-allocated heap buffer for texture swizzles | |||
| 2022-12-27 | Merge pull request #9495 from german77/no_refresh | bunnei | |
| yuzu: Automatically refresh device list | |||
| 2022-12-26 | tests: add missing header | Alexandre Bouvier | |
| <cstring> is needed for std::memcpy | |||
| 2022-12-26 | video_core: Implement other missing vulkan topology | FengChen | |
| 2022-12-26 | video_core: Implement vulkan QuadStrip topology | FengChen | |
| 2022-12-25 | nvflinger: Split Parcel class into InputParcel and OutputParcel | ameerj | |
| The usages of the Parcel class were already unique to either Read or Write operations. Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span. | |||
| 2022-12-25 | service: Use ReadBufferSpan where it is trivial to do so | ameerj | |
| 2022-12-25 | TAS: Increase accuracy of Stick inputs | MonsterDruide1 | |
| 2022-12-25 | texture_cache: Use Common::ScratchBuffer for swizzle buffers | ameerj | |
| 2022-12-25 | texture_cache: Use pre-allocated buffer for texture downloads | ameerj | |
| 2022-12-25 | texture_cache: Use pre-allocated buffer for texture uploads | ameerj | |
| 2022-12-25 | k_page_table: remove HACK_OpenPages/ClosePages | Liam | |
| 2022-12-25 | fsp_srv: Use ReadBufferSpan | ameerj | |
| 2022-12-25 | hle_ipc: Add ReadBufferSpan function | ameerj | |
| Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector | |||
| 2022-12-25 | k_page_group: synchronize | Liam | |
| 2022-12-25 | Merge pull request #9500 from liamwhite/reentrant-shutdown | liamwhite | |
| qt: prevent reentrant shutdown | |||
| 2022-12-25 | Merge pull request #9496 from liamwhite/shm3 | liamwhite | |
| kernel: workaround static shared memory initialization | |||
| 2022-12-25 | Merge pull request #9487 from liamwhite/look-at-the-time | liamwhite | |
| time: add LockFreeAtomicType | |||
| 2022-12-24 | Merge pull request #9453 from ameerj/scratch-vector | Fernando S | |
| common: Add ScratchBuffer Class | |||
| 2022-12-24 | qt: prevent reentrant shutdown | Liam | |
| 2022-12-23 | qt: fix 'Pause' menu item (#9497) | liamwhite | |
| 2022-12-23 | Disable automatically opening the console on windows yuzu-cmd builds (#9485) | Chris Oboe | |
| * don't automatically open the console on windows build of yuzu-cmd * fix formatting | |||
| 2022-12-23 | Merge pull request #9476 from liamwhite/async-shutdown | liamwhite | |
| qt: continue event loop during game close | |||
| 2022-12-23 | qt: fix uninitialized memory usage | Liam | |
| 2022-12-23 | yuzu: Automatically refresh device list | german77 | |
