1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00

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:
cuz 2003-02-10 22:29:19 +00:00
parent ac4d72a6cf
commit 86c625ad47

View File

@ -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. */
if (joy_drv != 0) {
joy_deinstall ();
joy_uninstall ();
}
/* Now open the file */