Renamed joy_deinstall to joy_uninstall
git-svn-id: svn://svn.cc65.org/cc65/trunk@1954 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -51,7 +51,7 @@ unsigned char __fastcall__ joy_load_driver (const char* name)
|
|||||||
|
|
||||||
/* Check if we do already have a driver loaded. If so, remove it. */
|
/* Check if we do already have a driver loaded. If so, remove it. */
|
||||||
if (joy_drv != 0) {
|
if (joy_drv != 0) {
|
||||||
joy_deinstall ();
|
joy_uninstall ();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now open the file */
|
/* Now open the file */
|
||||||
|
|||||||
Reference in New Issue
Block a user