skyline/app/src/main
lynxnb a799cb63f1 Add separate L3 and R3 buttons to OSC
As part of this commit, a `defaultEnabled` property was added to `OnScreenButton` to determine the default visibility of buttons. This is required because L3 and R3 should be hidden by default and only enabled by the user on demand.
Additionally, the buttons' mask values were added to `ButtonId` members, as adding entries in the middle of the class conflicted with the `ordinal` enum property, making it unfit to use for our purposes.
Finally, the `ControllerType` class was extended with an array of optional buttons. Optional buttons represent buttons that are allowed to be displayed on screen, but shouldn't be included in the controller mapping activity.
2023-04-02 18:16:10 +02:00
..
assets Implement full profile picture support 2022-12-27 22:53:41 +05:30
cpp Make GetTimeTicks return the time in guest ticks as opposed to host 2023-03-27 22:31:14 +01:00
java/emu/skyline Add separate L3 and R3 buttons to OSC 2023-04-02 18:16:10 +02:00
res Add separate L3 and R3 buttons to OSC 2023-04-02 18:16:10 +02:00
shaders Implement a helper shader for partial clears 2022-11-19 12:49:05 +00:00
AndroidManifest.xml Add picture in picture for emulation activity 2023-03-14 23:22:32 +00:00