Telestrat joystick management
This commit is contained in:
13
libsrc/telestrat/joy_stddrv.s
Normal file
13
libsrc/telestrat/joy_stddrv.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; Name of the standard joystick driver
|
||||
;
|
||||
; Oliver Schmidt, 2012-11-01
|
||||
;
|
||||
; const char joy_stddrv[];
|
||||
;
|
||||
|
||||
.export _joy_stddrv
|
||||
|
||||
.rodata
|
||||
|
||||
_joy_stddrv: .asciiz "telestrat_joy"
|
||||
Reference in New Issue
Block a user