| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vfs: Replace cstr concat with char concat | 2023-01-01 | 1 | -3/+3 | |
| | | |||||
| * | Merge pull request #9533 from merryhime/overcommit | 2023-01-01 | 1 | -2/+17 | |
| |\ | | | | | host_memory: mmap changes for virtual_base | ||||
| | * | host_memory: Use transparent huge pages where available | 2023-01-01 | 1 | -0/+15 | |
| | | | |||||
| | * | host_memory: Allocate virtual_base with MAP_NORESERVE | 2023-01-01 | 1 | -2/+2 | |
| | | | | | | | | | | | Specify that we do not require swap to be reserved for this address range; allow overcommitting. | ||||
| * | | Merge pull request #9514 from ColinKinloch/en_gb | 2023-01-01 | 2 | -1/+47 | |
| |\ \ | |/ |/| | settings: warn on invalid regon/language combinations | ||||
| | * | settings: comment language blocklist columns | 2022-12-30 | 1 | -7/+13 | |
| | | | |||||
| | * | settings: added regon/language warning bounds check | 2022-12-29 | 1 | -1/+1 | |
| | | | |||||
| | * | settings: warn on invalid regon/language combinations | 2022-12-28 | 2 | -1/+41 | |
| | | | |||||
| * | | core: hid: emulated_console: Avoid a crash if frontend does not configure ↵ | 2022-12-30 | 1 | -0/+5 | |
| | | | | | | | | | touch_from_button_maps. | ||||
| * | | Merge pull request #9515 from liamwhite/cmake-refactor | 2022-12-29 | 4 | -14/+49 | |
| |\ \ | | | | | | | CMake: make more features optional | ||||
| | * | | cmake: make cubeb and SDL2 optional | 2022-12-28 | 1 | -6/+13 | |
| | | | | |||||
| | * | | cmake: make libusb optional | 2022-12-28 | 2 | -7/+32 | |
| | | | | |||||
| | * | | cmake: make room server optional | 2022-12-28 | 1 | -1/+4 | |
| | |/ | |||||
| * | | config: Save multiplayer settings only globally | 2022-12-30 | 1 | -2/+0 | |
| | | | | | | | | | 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. | ||||
| * | | Merge pull request #9423 from vonchenplus/vulkan_quad_strip | 2022-12-28 | 8 | -125/+245 | |
| |\ \ | | | | | | | video_core: Implement all vulkan topology | ||||
| | * | | video_core: Implement other missing vulkan topology | 2022-12-26 | 1 | -3/+16 | |
| | | | | |||||
| | * | | video_core: Implement vulkan QuadStrip topology | 2022-12-26 | 8 | -122/+229 | |
| | | | | |||||
| * | | | Merge pull request #9504 from liamwhite/pg2 | 2022-12-28 | 11 | -181/+322 | |
| |\ \ \ | |_|/ |/| | | k_page_group: synchronize | ||||
| | * | | k_page_table: remove HACK_OpenPages/ClosePages | 2022-12-25 | 3 | -58/+54 | |
| | | | | |||||
| | * | | k_page_group: synchronize | 2022-12-25 | 11 | -125/+270 | |
| | | | | |||||
| * | | | Merge pull request #9490 from ameerj/texture-cache-prealloc | 2022-12-27 | 4 | -22/+44 | |
| |\ \ \ | | | | | | | | | texture_cache: Use pre-allocated heap buffer for texture swizzles | ||||
| | * | | | texture_cache: Use Common::ScratchBuffer for swizzle buffers | 2022-12-25 | 4 | -10/+12 | |
| | | | | | |||||
| | * | | | texture_cache: Use pre-allocated buffer for texture downloads | 2022-12-25 | 3 | -9/+14 | |
| | | | | | |||||
| | * | | | texture_cache: Use pre-allocated buffer for texture uploads | 2022-12-25 | 4 | -13/+28 | |
| | |/ / | |||||
| * | | | Merge pull request #9495 from german77/no_refresh | 2022-12-27 | 3 | -23/+11 | |
| |\ \ \ | | | | | | | | | yuzu: Automatically refresh device list | ||||
| | * | | | yuzu: Automatically refresh device list | 2022-12-23 | 3 | -23/+11 | |
| | | | | | |||||
| * | | | | tests: add missing header | 2022-12-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | <cstring> is needed for std::memcpy | ||||
| * | | | | TAS: Increase accuracy of Stick inputs | 2022-12-25 | 1 | -0/+7 | |
| | |/ / |/| | | |||||
| * | | | Merge pull request #9500 from liamwhite/reentrant-shutdown | 2022-12-25 | 2 | -5/+12 | |
| |\ \ \ | | | | | | | | | qt: prevent reentrant shutdown | ||||
| | * | | | qt: prevent reentrant shutdown | 2022-12-24 | 2 | -5/+12 | |
| | | | | | |||||
| * | | | | Merge pull request #9496 from liamwhite/shm3 | 2022-12-25 | 3 | -58/+62 | |
| |\ \ \ \ | | | | | | | | | | | kernel: workaround static shared memory initialization | ||||
| | * | | | | kernel: workaround static shared memory initialization | 2022-12-23 | 3 | -58/+62 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #9487 from liamwhite/look-at-the-time | 2022-12-25 | 3 | -40/+65 | |
| |\ \ \ \ | | | | | | | | | | | time: add LockFreeAtomicType | ||||
| | * | | | | time: add LockFreeAtomicType | 2022-12-21 | 3 | -40/+65 | |
| | |/ / / | |||||
| * | | | | Merge pull request #9453 from ameerj/scratch-vector | 2022-12-24 | 14 | -56/+370 | |
| |\ \ \ \ | |_|/ / |/| | | | common: Add ScratchBuffer Class | ||||
| | * | | | scratch_buffer: Explicitly defing resize and resize_destructive functions | 2022-12-19 | 7 | -19/+108 | |
| | | | | | | | | | | | | | | | | | | | | | resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows | ||||
| | * | | | tests: Add ScratchBuffer tests | 2022-12-19 | 3 | -5/+137 | |
| | | | | | |||||
| | * | | | dma_pusher: Rework command_headers usage | 2022-12-19 | 2 | -9/+16 | |
| | | | | | | | | | | | | | | | | | Uses ScratchBuffer and avoids overwriting the command_headers buffer with the prefetch_command_list | ||||
| | * | | | buffer_cache: Use Common::ScratchBuffer for ImmediateBuffer usage | 2022-12-19 | 1 | -7/+4 | |
| | | | | | |||||
| | * | | | video_core: Add usages of ScratchBuffer | 2022-12-19 | 4 | -33/+21 | |
| | | | | | |||||
| | * | | | common: Add ScratchBuffer class | 2022-12-19 | 2 | -0/+75 | |
| | | | | | | | | | | | | | | | | | | | | | This class creates a default initialized heap allocated buffer for cases where value initializing members during allocation or resize is redundant. | ||||
| | * | | | common: add make_unique_for_overwrite | 2022-12-19 | 2 | -0/+26 | |
| | | | | | |||||
| * | | | | qt: fix 'Pause' menu item (#9497) | 2022-12-23 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Disable automatically opening the console on windows yuzu-cmd builds (#9485) | 2022-12-23 | 2 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | * don't automatically open the console on windows build of yuzu-cmd * fix formatting | ||||
| * | | | | Merge pull request #9476 from liamwhite/async-shutdown | 2022-12-23 | 4 | -15/+65 | |
| |\ \ \ \ | | | | | | | | | | | qt: continue event loop during game close | ||||
| | * | | | | qt: fix uninitialized memory usage | 2022-12-23 | 1 | -1/+1 | |
| | | | | | | |||||
| | * | | | | qt: use main window as close overlay parent | 2022-12-21 | 2 | -4/+4 | |
| | | | | | | |||||
| | * | | | | qt: continue event loop during game close | 2022-12-20 | 4 | -14/+64 | |
| | | |/ / | |/| | | |||||
| * / | | | qt: exit properly on guest-initiated close | 2022-12-21 | 2 | -1/+9 | |
| |/ / / | |||||
| * | | | Merge pull request #9463 from liamwhite/manager-events | 2022-12-20 | 6 | -173/+65 | |
| |\ \ \ | | | | | | | | | EmuThread: refactor | ||||