change driver _install calls from taking "void*" to "const void*"

This commit is contained in:
mrdudz
2021-05-16 22:57:28 +02:00
parent ce487651b0
commit 5fc9d3f048
8 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ joy_sig: .byte $6A, $6F, $79, JOY_API_VERSION ; "joy", version
.code
;----------------------------------------------------------------------------
; unsigned char __fastcall__ joy_install (void* driver);
; unsigned char __fastcall__ joy_install (const void* driver);
; /* Install the driver once it is loaded */