diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index e06753630..500a26fb8 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -2330,6 +2330,10 @@ int _main() exit(-1); } + //disable wacky stylus stuff + GlobalAddAtom("MicrosoftTabletPenServiceProperty"); + SetProp(MainWindow->getHWnd(),"MicrosoftTabletPenServiceProperty",(HANDLE)1); + SetStyle(style); gpu_SetRotateScreen(video.rotation);