Age | Commit message (Collapse) | Author |
|
|
|
|
|
service: am: ISelfController: Stub SaveCurrentScreenshot
|
|
- Used by Disney Magical World 2: Enchanted Edition
|
|
yuzu: Implement basic controller UI navigation
|
|
|
|
- Used by Super Bomberman R Online
|
|
core: hid: Post kraken cleanup
|
|
|
|
Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
|
|
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.
|
|
This represents a bitmask for all pressed buttons
|
|
This also moves the use of DisableConfiguration to the destructor.
|
|
Add missing pixel format mapping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TextureCache: Eliminate format deduction as full depth conversion has been supported.
|
|
|
|
Core: Stub services and functions needed for checkpoint
|
|
Used in checkpoint homebrew
|
|
Used in checkpoint homebrew
|
|
|
|
Used in checkpoint homebrew
|
|
Project Kraken: Input rewrite
|
|
|
|
|
|
|
|
video_core/codecs: fix multiple decoding issues on Linux
|
|
|
|
|
|
Replace "Light" theme by "Default"
|
|
|
|
|
|
|
|
|
|
|
|
Fix compiler bug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set top margin to 6 on Right Stick, LeftStick, Face Buttons, D-Pad.
Change property on Input Device QComboBox from minimumSize to minimumContentsLength.
|