mirror of
https://github.com/cc65/cc65.git
synced 2025-01-02 09:34:22 +00:00
Fixed comments
git-svn-id: svn://svn.cc65.org/cc65/trunk@1956 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
bdf867bd54
commit
9b36efac4c
@ -90,11 +90,11 @@ unsigned char __fastcall__ joy_unload (void);
|
|||||||
/* Uninstall, then unload the currently loaded driver. */
|
/* Uninstall, then unload the currently loaded driver. */
|
||||||
|
|
||||||
unsigned char __fastcall__ joy_install (void* driver);
|
unsigned char __fastcall__ joy_install (void* driver);
|
||||||
/* Install an already loaded driver. */
|
/* Install an already loaded driver. Return an error code. */
|
||||||
|
|
||||||
unsigned char __fastcall__ joy_uninstall (void);
|
unsigned char __fastcall__ joy_uninstall (void);
|
||||||
/* Uninstall the currently loaded driver. Note: This call does not free
|
/* Uninstall the currently loaded driver and return an error code.
|
||||||
* allocated memory.
|
* Note: This call does not free allocated memory.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
unsigned char __fastcall__ joy_count (void);
|
unsigned char __fastcall__ joy_count (void);
|
||||||
|
Loading…
Reference in New Issue
Block a user