Skip to content

Instantly share code, notes, and snippets.

View celso's full-sized avatar
🔥
On fire

Celso Martinho celso

🔥
On fire
View GitHub Profile
@celso
celso / mouseaccel
Created November 28, 2011 00:47
Patch for vice, the C64 emulator, to allow mouse acceleration option
diff -c -r vice-2.2.orig/src/arch/sdl/mousedrv.c vice-2.2/src/arch/sdl/mousedrv.c
*** vice-2.2.orig/src/arch/sdl/mousedrv.c Mon Sep 21 18:36:09 2009
--- vice-2.2/src/arch/sdl/mousedrv.c Mon Nov 28 02:10:10 2011
***************
*** 31,41 ****
--- 31,45 ----
#include <SDL/SDL.h>
+ #include "cmdline.h"