Differences From Artifact [048d54d1d0]:
- File src/hid/OHNintendo3DSGamepad.h — part of check-in [663320ba4d] at 2024-06-08 20:21:48 on branch trunk — ObjFWHID: Restore Nintendo 3DS support (user: js, size: 851) [annotate] [blame] [check-ins using]
To Artifact [3b15d599d3]:
- File
src/hid/OHNintendo3DSExtendedGamepad.h
— part of check-in
[998339ff24]
at
2024-06-09 11:43:49
on branch trunk
— OHGamepad: Move some elements to OHExtendedGamepad
This allows to have a profile for limited gamepads such as found on the
Nintendo DS rather than only having the raw profile for those. (user: js, size: 875) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 | * version 3.0 for more details. * * You should have received a copy of the GNU Lesser General Public License * version 3.0 along with this program. If not, see * <https://www.gnu.org/licenses/>. */ | | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | * version 3.0 for more details. * * You should have received a copy of the GNU Lesser General Public License * version 3.0 along with this program. If not, see * <https://www.gnu.org/licenses/>. */ #import "OHExtendedGamepad.h" OF_ASSUME_NONNULL_BEGIN @interface OHNintendo3DSExtendedGamepad: OHExtendedGamepad @end OF_ASSUME_NONNULL_END |