mirror of https://github.com/stella-emu/stella.git
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:
parent
56d84a3c04
commit
3108b7a696
|
@ -17,6 +17,10 @@
|
||||||
* Re-added 'uipalette' option due to popular demand (of at least one
|
* Re-added 'uipalette' option due to popular demand (of at least one
|
||||||
person :)).
|
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!
|
-Have fun!
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue