summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-07Merge pull request #7506 from heinermann/focus_crashMai M
Fixed #7502
2021-12-07Merge pull request #7522 from ameerj/shader-recompiler-filenamesMai M
shader_recompiler/backend: Minor organization and refactoring to reduce compile time overhead
2021-12-07Merge pull request #7526 from Void48/patch-1Mai M
(README) changed the color of Discord badge to use the new color
2021-12-06Merge pull request #7531 from Morph1984/zm-msvcbunnei
CMakeLists: Specify /Zm200 when compiling in MSVC
2021-12-06CMakeLists: Specify /Zm200 when compiling in MSVCMorph
This increases the memory heap size for constructing precompiled headers to 2x the default.
2021-12-06Merge pull request #7529 from german77/sdl2.0.18bunnei
input_common: Update SDL to 2.0.18
2021-12-06Merge pull request #7524 from german77/hid_stubbunnei
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment
2021-12-06input_common: Update SDL to 2.0.18Narr the Reg
2021-12-06Update README.mdVoid48
2021-12-05service/hid: Stub SetNpadCaptureButtonAssignment and ↵german77
ClearNpadCaptureButtonAssignment Used by ring fit adventure 1.2.0
2021-12-05Merge pull request #7523 from jam1garner/support-all-subsdksMorph
Add support for subsdk8 and subsdk9
2021-12-05loader: Support loading subsdk{8,9}jam1garner
2021-12-05emit_spirv: Reduce emit_spirv.h include overheadameerj
emit_spirv.h is included in video_core, which was propagating further includes that video_core did not depend on.
2021-12-05glasm: Move implemented instructions from not_implemented.cppameerj
2021-12-05shader_recompiler: Adjust emit_context includesameerj
2021-12-05Merge pull request #7520 from ameerj/missing-copyrightMorph
general: Add missing copyright notices
2021-12-05shader_recompiler: Rename backend emit_context filesameerj
2021-12-05general: Add missing copyright noticesameerj
2021-12-05Merge pull request #7518 from german77/is_npad_validMorph
core/hid: Add missing controller type
2021-12-05core/hid: Add missing controller typegerman77
2021-12-05Merge pull request #7494 from Morph1984/no-time-to-waitFernando S
native_clock: Wait for less time in EstimateRDTSCFrequency
2021-12-04Fixed #7502Adam Heinermann
2021-12-04Merge pull request #7503 from german77/is_npad_validbunnei
core/hid: Ensure only valid npad are connected
2021-12-04core/hid: Ensure only valid npad are connectedgerman77
2021-12-03Merge pull request #7467 from liushuyu/fix-linux-decodingbunnei
video_core/codecs: more robust ffmpeg hwdecoder selection logic
2021-12-03native_clock: Wait for less time in EstimateRDTSCFrequencyMorph
In my testing, waiting for 200ms provided the same level of precision as the previous implementation when estimating the RDTSC frequency. This significantly improves the yuzu executable launch times since we reduced the wait time from 3 seconds to 200 milliseconds.
2021-12-03Merge pull request #7489 from Morph1984/steady-clockbunnei
general: Replace high_resolution_clock with steady_clock
2021-12-02video_core/cmake: link against libva explicitly ...liushuyu
... to fix build on Flatpak (and self-builds)
2021-12-02video_core/codecs: more fixes for VAAPI detection ...liushuyu
* skip impersonated VAAPI implementaions ("imposter detection") * place VAAPI priority below CUDA/NVDEC/CUVID
2021-12-02video_core/codec: address commentsliushuyu
2021-12-02video_core/codecs: more robust ffmpeg hwdecoder selection logicliushuyu
2021-12-02Merge pull request #7490 from Morph1984/stub-album-save-screenshotbunnei
service: am: ISelfController: Stub SaveCurrentScreenshot
2021-12-02service: am: ISelfController: Stub SaveCurrentScreenshotMorph
- Used by Disney Magical World 2: Enchanted Edition
2021-12-02Merge pull request #7452 from german77/controller_navigationMorph
yuzu: Implement basic controller UI navigation
2021-12-02yuzu: Implement basic controller navigationgerman77
2021-12-02general: Replace high_resolution_clock with steady_clockMorph
On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock.
2021-11-30Merge pull request #7483 from zhaobot/tx-update-20211201022129Mai M
Update translations (2021-12-01)
2021-12-01Update translations (2021-12-01)The yuzu Community
2021-11-30Merge pull request #7482 from Morph1984/friendbunnei
service: friend: Implement GetCompletionEvent
2021-11-30service: friend: Implement GetCompletionEventMorph
- Used by Super Bomberman R Online
2021-11-29Merge pull request #7472 from Morph1984/post-kraken-cleanupNarr the Reg
core: hid: Post kraken cleanup
2021-11-29input_common: Fix error with thread nameNarr the Reg
2021-11-29input_interpreter: Make use of NpadButton instead of a u64Morph
Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
2021-11-29npad: Return NpadButton in GetAndResetPressStateMorph
We were previously truncating this to a u32 as there were no known buttons that used the full 64 bits of this type. Fix this now that we know they are used.
2021-11-29core: hid: hid_types: Add "All" to NpadButtonMorph
This represents a bitmask for all pressed buttons
2021-11-29qt_controller: Make use of (Enable/Disable)AllControllerConfigurationMorph
This also moves the use of DisableConfiguration to the destructor.
2021-11-29Merge pull request #7466 from vonchenplus/add_miss_pixel_format_mappingbunnei
Add missing pixel format mapping
2021-11-29core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationMorph
2021-11-29general: Fix handheld typoMorph
2021-11-29core: hid: Mark constructors as explicitMorph