Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-03 | Merge pull request #7467 from liushuyu/fix-linux-decoding | bunnei | |
video_core/codecs: more robust ffmpeg hwdecoder selection logic | |||
2021-12-03 | Merge pull request #7489 from Morph1984/steady-clock | bunnei | |
general: Replace high_resolution_clock with steady_clock | |||
2021-12-02 | video_core/cmake: link against libva explicitly ... | liushuyu | |
... to fix build on Flatpak (and self-builds) | |||
2021-12-02 | video_core/codecs: more fixes for VAAPI detection ... | liushuyu | |
* skip impersonated VAAPI implementaions ("imposter detection") * place VAAPI priority below CUDA/NVDEC/CUVID | |||
2021-12-02 | video_core/codec: address comments | liushuyu | |
2021-12-02 | video_core/codecs: more robust ffmpeg hwdecoder selection logic | liushuyu | |
2021-12-02 | Merge pull request #7490 from Morph1984/stub-album-save-screenshot | bunnei | |
service: am: ISelfController: Stub SaveCurrentScreenshot | |||
2021-12-02 | service: am: ISelfController: Stub SaveCurrentScreenshot | Morph | |
- Used by Disney Magical World 2: Enchanted Edition | |||
2021-12-02 | Merge pull request #7452 from german77/controller_navigation | Morph | |
yuzu: Implement basic controller UI navigation | |||
2021-12-02 | yuzu: Implement basic controller navigation | german77 | |
2021-12-02 | general: Replace high_resolution_clock with steady_clock | Morph | |
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-30 | Merge pull request #7483 from zhaobot/tx-update-20211201022129 | Mai M | |
Update translations (2021-12-01) | |||
2021-12-01 | Update translations (2021-12-01) | The yuzu Community | |
2021-11-30 | Merge pull request #7482 from Morph1984/friend | bunnei | |
service: friend: Implement GetCompletionEvent | |||
2021-11-30 | service: friend: Implement GetCompletionEvent | Morph | |
- Used by Super Bomberman R Online | |||
2021-11-29 | Merge pull request #7472 from Morph1984/post-kraken-cleanup | Narr the Reg | |
core: hid: Post kraken cleanup | |||
2021-11-29 | input_common: Fix error with thread name | Narr the Reg | |
2021-11-29 | input_interpreter: Make use of NpadButton instead of a u64 | Morph | |
Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators | |||
2021-11-29 | npad: Return NpadButton in GetAndResetPressState | Morph | |
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-29 | core: hid: hid_types: Add "All" to NpadButton | Morph | |
This represents a bitmask for all pressed buttons | |||
2021-11-29 | qt_controller: Make use of (Enable/Disable)AllControllerConfiguration | Morph | |
This also moves the use of DisableConfiguration to the destructor. | |||
2021-11-29 | Merge pull request #7466 from vonchenplus/add_miss_pixel_format_mapping | bunnei | |
Add missing pixel format mapping | |||
2021-11-29 | core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration | Morph | |
2021-11-29 | general: Fix handheld typo | Morph | |
2021-11-29 | core: hid: Mark constructors as explicit | Morph | |
2021-11-29 | core: hid: Cleanup and amend documentation | Morph | |
2021-11-29 | Merge pull request #7465 from german77/no_input | Morph | |
qt_controller: Fix input when the controller applet is ignored | |||
2021-11-29 | Add missing pixel format mapping | Feng Chen | |
2021-11-28 | qt_controller: Fix input when the controller applet is ignored | german77 | |
2021-11-28 | Merge pull request #7396 from FernandoS27/blit-this-mf | Fernando S | |
TextureCache: Eliminate format deduction as full depth conversion has been supported. | |||
2021-11-28 | Texture Cache: Secure insertions against deletions. | Fernando Sahmkow | |
2021-11-28 | Merge pull request #7438 from german77/homebrew2 | bunnei | |
Core: Stub services and functions needed for checkpoint | |||
2021-11-28 | Merge pull request #7451 from german77/debug_controller | bunnei | |
settings: Add debug setting to enable all controllers | |||
2021-11-27 | core/ns: Implement GetReadOnlyApplicationControlDataInterface | Narr the Reg | |
Used in checkpoint homebrew | |||
2021-11-27 | core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId | Narr the Reg | |
Used in checkpoint homebrew | |||
2021-11-27 | settings: Add debug setting to enable all controllers | german77 | |
2021-11-27 | core/hid: Stub GetUniquePadsFromNpad | Narr the Reg | |
Used in checkpoint homebrew | |||
2021-11-27 | Merge pull request #7255 from german77/kraken | Fernando S | |
Project Kraken: Input rewrite | |||
2021-11-27 | Texture Cache: Redesigning the blitting system (again). | Fernando Sahmkow | |
2021-11-26 | config: Remove vibration configuration | german77 | |
2021-11-26 | applet/controller: Enable configuring mode while the applet is open | german77 | |
2021-11-26 | Merge pull request #7431 from liushuyu/fix-linux-decoding | bunnei | |
video_core/codecs: fix multiple decoding issues on Linux | |||
2021-11-26 | input_common: Fully implement UDP controllers | Narr the Reg | |
2021-11-26 | Texture Cache: Further fix regressions. | Fernando Sahmkow | |
2021-11-25 | Merge pull request #7440 from lioncash/fmt | bunnei | |
CMakeLists: Update fmt to 8.0.1 | |||
2021-11-25 | CMakeLists: Update fmt to 8.0.1 | Lioncash | |
Ensures that we're using the latest version of fmt. | |||
2021-11-25 | Merge pull request #7330 from MightyCreak/simplify-theme-selection | bunnei | |
Replace "Light" theme by "Default" | |||
2021-11-24 | service/hid: Finish converting LIFO objects and address some nits | Narr the Reg | |
2021-11-24 | yuzu: Fix TAS from rebase | german77 | |
2021-11-24 | input_common: Move button names to the frontend | german77 | |