summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2021-11-29core: hid: Cleanup and amend documentationMorph
2021-11-29Merge pull request #7465 from german77/no_inputMorph
qt_controller: Fix input when the controller applet is ignored
2021-11-29Add missing pixel format mappingFeng Chen
2021-11-28qt_controller: Fix input when the controller applet is ignoredgerman77
2021-11-28Merge pull request #7396 from FernandoS27/blit-this-mfFernando S
TextureCache: Eliminate format deduction as full depth conversion has been supported.
2021-11-28Texture Cache: Secure insertions against deletions.Fernando Sahmkow
2021-11-28Merge pull request #7438 from german77/homebrew2bunnei
Core: Stub services and functions needed for checkpoint
2021-11-28Merge pull request #7451 from german77/debug_controllerbunnei
settings: Add debug setting to enable all controllers
2021-11-27core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg
Used in checkpoint homebrew
2021-11-27core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdNarr the Reg
Used in checkpoint homebrew
2021-11-27settings: Add debug setting to enable all controllersgerman77
2021-11-27core/hid: Stub GetUniquePadsFromNpadNarr the Reg
Used in checkpoint homebrew
2021-11-27Merge pull request #7255 from german77/krakenFernando S
Project Kraken: Input rewrite
2021-11-27Texture Cache: Redesigning the blitting system (again).Fernando Sahmkow
2021-11-26config: Remove vibration configurationgerman77
2021-11-26applet/controller: Enable configuring mode while the applet is opengerman77
2021-11-26Merge pull request #7431 from liushuyu/fix-linux-decodingbunnei
video_core/codecs: fix multiple decoding issues on Linux
2021-11-26input_common: Fully implement UDP controllersNarr the Reg
2021-11-26Texture Cache: Further fix regressions.Fernando Sahmkow
2021-11-25Merge pull request #7440 from lioncash/fmtbunnei
CMakeLists: Update fmt to 8.0.1
2021-11-25CMakeLists: Update fmt to 8.0.1Lioncash
Ensures that we're using the latest version of fmt.
2021-11-25Merge pull request #7330 from MightyCreak/simplify-theme-selectionbunnei
Replace "Light" theme by "Default"
2021-11-24service/hid: Finish converting LIFO objects and address some nitsNarr the Reg
2021-11-24yuzu: Fix TAS from rebasegerman77
2021-11-24input_common: Move button names to the frontendgerman77
2021-11-24input_common: Fix SDL controller with inverted axisgerman77
2021-11-24bootmanager: Use cross-platform keyboard inputgerman77
2021-11-24kraken: Address comments from reviewgerman77
Fix compiler bug
2021-11-24core/hid: Improve accuary of mouse implementationgerman77
2021-11-24core/hid: Fully implement native mousegerman77