Skip to content
Snippets Groups Projects
Commit 8a4f2ada authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

int33 21h is identical to int33 00h.

parent dc7c2e46
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ void WINAPI DOSVM_Int33Handler( CONTEXT86 *context )
{
switch (LOWORD(context->Eax)) {
case 0x00:
case 0x21:
TRACE("Reset mouse driver and request status\n");
SET_AX( context, 0xFFFF ); /* installed */
SET_BX( context, 3 ); /* # of buttons */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment