| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-30 | Merge pull request #6126 from ↵ | bunnei | |
| Morph1984/stub-SetAlbumImageTakenNotificationEnabled ISelfController: Stub SetAlbumImageTakenNotificationEnabled | |||
| 2021-03-30 | Use a single connection for UDP server, make connection test longer and ↵ | german77 | |
| check all pads instead of only the first one | |||
| 2021-03-30 | InputCommon: Name properly xbox 360 and one controllers, Fix mappings for ↵ | german77 | |
| Nintendo Pro controllers | |||
| 2021-03-30 | Merge pull request #5927 from ameerj/astc-compute | Rodrigo Locatti | |
| video_core: Accelerate ASTC texture decoding using compute shaders | |||
| 2021-03-30 | Merge pull request #6116 from german77/userArgument | bunnei | |
| yuzu/main: Add user command line argument | |||
| 2021-03-30 | ISelfController: Stub SetAlbumImageTakenNotificationEnabled | Morph | |
| This service call sets an internal flag whether a notification is shown when an image is captured. Currently we do not support capturing images via the capture button, so this can be stubbed for now. | |||
| 2021-03-30 | configuration: Add auto stub toggle that resets on boot | ameerj | |
| Auto-stub is an experimental debugging feature that may cause unforseen bugs. This adds a toggle to only allow auto-stubbing unimplemented functions when explicitly enabled when yuzu is launched. | |||
| 2021-03-30 | service: Auto stub fallback | ameerj | |
| For simple services we can implement an automatic stub fallback to help with compatibility until a proper implementation is done. Co-Authored-By: Chloe <25727384+ognik5377@users.noreply.github.com> | |||
| 2021-03-30 | Merge pull request #6124 from jbeich/vulkan+opengl | bunnei | |
| vulkan_common: enable OpenGL interop on other Unices | |||
| 2021-03-30 | nvdrv: Cleanup CDMA Processor on device closure | Chloe Marcec | |
| Brings us a step closer to unifying all channels to share a common interface. | |||
| 2021-03-30 | Addressed issues | Chloe Marcec | |
| 2021-03-29 | Merge pull request #6109 from german77/gestureID | bunnei | |
| HID: Initialize correctly the gesture finger_id and filter invalid inputs | |||
| 2021-03-30 | vulkan_common: enable OpenGL interop on other Unices | Jan Beich | |
| 2021-03-29 | Merge pull request #6102 from ogniK5377/fd-pass | bunnei | |
| nvdrv: Pass device fd and handle device create methods for device opening and closing | |||
| 2021-03-28 | Merge pull request #6115 from bunnei/fix-kernel-init | bunnei | |
| hle: kernel: Initialize preemption task after schedulers. | |||
| 2021-03-27 | yuzu/main: Add user command line argument | german77 | |
| 2021-03-27 | hle: kernel: Initialize preemption task after schedulers. | bunnei | |
| - Fixes a startup crash that occurs if CoreTiming tries to preempt before kernel initialization completes. | |||
| 2021-03-27 | service: friend: Change logging class from ACC to Friend | Morph | |
| 2021-03-27 | Friend: Stub GetPlayHistoryRegistrationKey | german77 | |
| 2021-03-26 | HID: Initialize correctly the gesture finger_id and filter invalid results | Narr the Reg | |
| 2021-03-27 | pctl: Rework how pctl works to be more accurate | Chloe Marcec | |
| Introduces the usage of compatibilities to allow it the module to be closer to how it works on hardware. | |||
| 2021-03-25 | astc_decoder: Refactor for style and more efficient memory use | ameerj | |
| 2021-03-25 | nvdrv: Pass device fd and handle device create methods for device opening ↵ | Chloe Marcec | |
| and closing We pass the fd to the ioctl as well as alert the device when it's opened or closed to allow for fd unique actions to take place | |||
| 2021-03-24 | Merge pull request #6101 from ogniK5377/alloc-as-ex | bunnei | |
| nvdrv: Change InitializeEx to AllocAsEx | |||
| 2021-03-24 | gl_device: unblock async shaders on other Unix systems | Jan Beich | |
| Mesa is the primary OpenGL provider on all FreeDesktop systems. For example, iris is used on Intel GPU + FreeBSD by default. | |||
| 2021-03-24 | arm_dynarmic: Always have a 'valid' jit instance | MerryMage | |
| 2021-03-23 | hle: kernel: Breakup InitializeMemoryLayout. | bunnei | |
| 2021-03-23 | hle: kernel: k_memory_region_type: Minor code cleanup. | bunnei | |
| 2021-03-23 | hle: kernel: k_memory_region: Minor code cleanup. | bunnei | |
| 2021-03-23 | hle: kernel: k_memory_layout: Use pair instead of tuple. | bunnei | |
| 2021-03-23 | hle: kernel: k_system_control: Remove unnecessary inline. | bunnei | |
| 2021-03-23 | common: common_sizes: Move sizes to the Common namespace. | bunnei | |
| 2021-03-23 | Merge pull request #6100 from bunnei/arm-fix | bunnei | |
| core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. | |||
| 2021-03-22 | Merge pull request #6092 from ivan-boikov/cancel-dir-select | bunnei | |
| Fix cancelation of getExistingDirectory dialog | |||
| 2021-03-22 | nvdrv: Change InitializeEx to AllocAsEx | Chloe Marcec | |
| Wee also report the correct "big page size" now in GetVARegions & fix up the struct for IoctlAllocAsEx | |||
| 2021-03-21 | Merge pull request #6095 from lat9nq/async-shader-block | LC | |
| gl_device: Block async shaders on AMD and Intel | |||
| 2021-03-21 | hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType. | bunnei | |
| - Fixes clang errors with mixed enum arithmetic. | |||
| 2021-03-21 | hle: kernel: Remove unused variable. | bunnei | |
| 2021-03-21 | hle: kernel: k_memory_region_type: Remove extra ". | bunnei | |
| 2021-03-21 | core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. | bunnei | |
| - We re-create the JIT here without preserving any state. | |||
| 2021-03-21 | hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global. | bunnei | |
| 2021-03-21 | hle: kernel: k_memory_layout: Derive memory regions based on board layout. | bunnei | |
| 2021-03-21 | common: common_sizes: Move Invalid to Size_* prefix and add missing values. | bunnei | |
| 2021-03-21 | hle: kernel: k_memory_region: Refactor to simplify code. | bunnei | |
| 2021-03-21 | hle: kernel: board: k_system_control: Extend to include memory region sizes. | bunnei | |
| 2021-03-21 | hle: kernel: board: Add secure_monitor module. | bunnei | |
| 2021-03-21 | common: Move common sizes to their own header for code reuse. | bunnei | |
| 2021-03-21 | hle: kernel: k_address_space_info: Cleanup. | bunnei | |
| 2021-03-21 | hle: kernel: Add k_trace module. | bunnei | |
| 2021-03-21 | hle: kernel: KSystemControl: Update to reflect board-specific behavior. | bunnei | |
