| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-25 | Merge pull request #7777 from lioncash/nodisc | Morph | |
| shader_recompiler: Remove unnecessary [[nodiscard]] specifier | |||
| 2022-01-25 | Merge pull request #7779 from lioncash/gpu-iface | Morph | |
| gpu: Remove obsoleted CDmaPusher() accessors | |||
| 2022-01-25 | Merge pull request #7778 from lioncash/comma | Morph | |
| vk_fsr: Replace comma operator with semicolon | |||
| 2022-01-25 | Merge pull request #7774 from lioncash/mapping | Morph | |
| input_common/main: Pass MappingData by const reference in callbacks | |||
| 2022-01-25 | Merge pull request #7773 from lioncash/udp-deprecated | Morph | |
| input_common/udp_client: Replace deprecated from_string()/to_ulong() functions | |||
| 2022-01-25 | Merge pull request #7771 from lioncash/assert | Morph | |
| kernel/k_affinity_mask: Remove duplicated assert | |||
| 2022-01-25 | gpu: Tidy up forward declarations | Lioncash | |
| Over time a few forward declarations became unnecessary, so we can remove these to tidy up the header a little bit. | |||
| 2022-01-25 | gpu: Remove obsoleted CDMAPusher() accessors | Lioncash | |
| These were obsoleted in 2c47f8aa1886522898b5b3a73185b5662be3e9f3 but were accidentally overlooked. | |||
| 2022-01-25 | vk_fsr: Replace comma operator with semicolon | Lioncash | |
| Generally, we should be ending statements with a semicolon not a comma Resolves a clang diagnostic. | |||
| 2022-01-25 | shader_recompiler: Remove unnecessary [[nodiscard]] | Lioncash | |
| Since ConvertLegacyToGeneric has a void return value, there's nothing that is actually returned by the function. | |||
| 2022-01-24 | Merge pull request #7765 from bunnei/update-thread-count | bunnei | |
| hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. | |||
| 2022-01-24 | Merge pull request #7760 from german77/inverted_keyboard | bunnei | |
| yuzu: Add modifiers for keyboard | |||
| 2022-01-24 | input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial state | Lioncash | |
| The default constructor of a UUID instance doesn't initialize the underlying array. | |||
| 2022-01-24 | input_common/input_mapping: Simplify UUID validity checks | Lioncash | |
| Makes the checks a little more intuitive to read and doesn't construct an extra UUID instance | |||
| 2022-01-24 | input_common/input_mapping: Add missing includes | Lioncash | |
| Ensures that the class always sees the types it needs. | |||
| 2022-01-24 | input_common/input_mapping: Remove const from return value | Lioncash | |
| Top-level const on a return by value can inhibit move semantics, and is unnecessary. | |||
| 2022-01-24 | input_common/input_mapping: Default constructor | Lioncash | |
| 2022-01-24 | input_common/main: Pass MappingData by const reference in callbacks | Lioncash | |
| Avoids creating unnecessary 168 byte copies per callback invocation. | |||
| 2022-01-24 | input_common/udp_client: Replace deprecated from_string()/to_ulong() functions | Lioncash | |
| These are deprecated and make_address variants and to_uint() should be used instead. | |||
| 2022-01-24 | input_common/udp_client: Prevent unnecessary string copies | Lioncash | |
| We can also remove some redundant const on the return values, since these don't do anything | |||
| 2022-01-24 | kernel/k_affinity_mask: Remove duplicated assert | Lioncash | |
| This is already checked inside GetCoreBit() | |||
| 2022-01-22 | hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. | bunnei | |
| - Previously implementation was incorrect, and would occasionally underflow. | |||
| 2022-01-22 | Merge pull request #7716 from german77/volume | bunnei | |
| yuzu: Add volume hotkeys | |||
| 2022-01-22 | Merge pull request #7735 from german77/udp_battery | bunnei | |
| input_common: Report battery for UDP controllers | |||
| 2022-01-21 | Merge pull request #7737 from bunnei/fix-dummy-thread-leak | bunnei | |
| Various fixes to HLE service thread management | |||
| 2022-01-21 | yuzu: Add modifiers for keyboard | Narr the Reg | |
| 2022-01-21 | Merge pull request #7752 from Morph1984/SetCpuOverclockEnabled | bunnei | |
| service: apm: Stub ISession SetCpuOverclockEnabled | |||
| 2022-01-21 | hle: kernel: KThread: Ensure host (dummy) threads block on locking. | bunnei | |
| - But do not enter the priority queue, as otherwise they will be scheduled. - Allows dummy threads to use guest synchronization primitives. | |||
| 2022-01-21 | service/wlan: Update function tables | Lioncash | |
| 2022-01-21 | service/usb: Update function tables | Lioncash | |
| 2022-01-21 | service/set: Update function tables | Lioncash | |
| 2022-01-21 | service/ns: Update function tables | Lioncash | |
| 2022-01-21 | service/nim: Update unknown function table entries | Lioncash | |
| 2022-01-21 | service/friend: Update unknown function table entries | Lioncash | |
| 2022-01-21 | service/filsystem: Update fsp-srv function table | Lioncash | |
| 2022-01-21 | service/btm: Update function tables | Lioncash | |
| 2022-01-21 | service/audio: Update audctl unknown function names | Lioncash | |
| 2022-01-21 | service/am: Update omm function tables | Lioncash | |
| 2022-01-21 | service/acc: Update unknown function names | Lioncash | |
| Switchbrew has the function names now. | |||
| 2022-01-21 | Merge pull request #7755 from v1993/someone-in-here-lacks-system-wide-theming | bunnei | |
| Use Default Colorful theme by default outside of Windows | |||
| 2022-01-21 | Merge pull request #7731 from v1993/xfb-varying-check-fix | bunnei | |
| shader_recompiler: fix potential OOB access | |||
| 2022-01-21 | Use Default Colorful theme by default outside of Windows | v1993 | |
| On OSes with system-wide theming this allows yuzu to follow system style, regardless of its exact coloration, working well with both light and dark system themes. Dark /Colorful, on the other hand, forces dark theme regardless of user preferences set in system settings, making for a poor default. Use Colorful variation to keep in line with icon style of patron-voted Dark Colorful. | |||
| 2022-01-20 | service: apm: Stub ISession SetCpuOverclockEnabled | Morph | |
| Since we don't currently support CPU overclocking within the emulated system, this can be stubbed for now, like APM IsCpuOverclockEnabled. - Used by Gravity Rider Zero | |||
| 2022-01-20 | Merge pull request #7695 from Morph1984/is-pow2 | bunnei | |
| common: bit_util: Add IsPow2 helper function | |||
| 2022-01-20 | hle: kernel: Remove redundant tracking of dummy threads. | bunnei | |
| - These are already tracked by kernel's registered_objects member. | |||
| 2022-01-20 | hle: kernel: KThread: DummyThread can be waited, ensure wait_queue is not ↵ | bunnei | |
| nullptr. | |||
| 2022-01-20 | hle: kernel: KThread: Decrease DummyThread priority to ensure it is never ↵ | bunnei | |
| scheduled. | |||
| 2022-01-20 | hle: kernel: service_thread: Ensure dummy thread is closed & destroyed on ↵ | bunnei | |
| thread exit. | |||
| 2022-01-20 | hle: kernel: KServerSession: Remove hack for CompleteSyncRequest. | bunnei | |
| - This does not appear to be necessary anymore. | |||
| 2022-01-20 | hle: kernel: KServerSession: Simplify CompleteSyncRequest EndWait. | bunnei | |
| - Considering is_thread_waiting is never set, so we can remove IsThreadWaiting. - KThread::EndWait will take the scheduler lock, so we can remove the redundant lock. | |||
