From 3108b7a696f4d81aeec5cbac62fb31cae733310b Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 7 Sep 2014 21:50:35 +0000 Subject: [PATCH] Fixed beeping when using the debugger in Windows. It was due to a bug in SDL2 that was fixed in SDL1 but wasn't ported over. For now I will included a patched SDL2.dll; eventually it will be integrated into SDL2 properly. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2993 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes.txt b/Changes.txt index 46438ec8c..7641afdc4 100644 --- a/Changes.txt +++ b/Changes.txt @@ -17,6 +17,10 @@ * Re-added 'uipalette' option due to popular demand (of at least one person :)). + * Fixed bug in Windows port where pressing 'Alt' key combos resulted in + an annoying system beep. Currently this is fixed by patching the SDL2 + library and including a modified version with Stella. + -Have fun!