Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-26 | "Merge Tagged PR 6598"mainline-0-892 | yuzubot | |
2022-01-26 | "Merge Tagged PR 7346" | yuzubot | |
2022-01-26 | "Merge Tagged PR 7497" | yuzubot | |
2022-01-25 | Merge pull request #7769 from german77/no-control | bunnei | |
yuzu: Add setting to disable controller navigation | |||
2022-01-25 | Merge pull request #7768 from Moonlacer/fsr-1.0.2 | bunnei | |
Update AMD FidelityFX Super Resolution™ to 1.0.2 | |||
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-23 | yuzu: Add setting to disable controller navigation | german77 | |
2022-01-23 | Update FSR to 1.0.2 | Moonlacer | |
Updates yuzu's FSR implementation to 1.0.2 | |||
2022-01-22 | Merge pull request #7761 from v1993/patch-8 | bunnei | |
Improve FFmpeg cmake file | |||
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 | Improve FFmpeg cmake file | Valeri | |
* Fix compilation if CUDA_INCLUDE_DIRS is empty/contains multiple paths * Pass CMAKE_{C,CXX}_COMPILER_LAUNCHER to ffmpeg compiler | |||
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 | Merge pull request #7756 from lioncash/service | bunnei | |
service: Update function tables | |||
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 |