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
This commit is contained in:
stephena 2014-09-07 21:50:35 +00:00
parent 56d84a3c04
commit 3108b7a696
1 changed files with 4 additions and 0 deletions

View File

@ -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!