lsnes from git://repo.or.cz/lsnes.git
Find a file
Ilari Liusvaara 88160be520 Fix crash if selected settings window does not open
If one tries to open a setting window, the emulator grabs the input.
However, if opening the window then fails (most commonly because it is
joystick settings window, and there are no online nor offline gamepads)
the grab needs to be undone because otherwise the grab will point to
freed memory. The destructor would undo it, except failure to open window
triggers exit from constructor by exception, in which case destructor
will not run.

Bug reported on IRC.
2019-06-24 22:16:15 +03:00
bsnes@4cfbbeadc3 Bus fixes: Reading of CPU MMIO registers does not update MDR 2017-10-25 14:22:19 +03:00
bsnes-patches Bus fixes: Reading of CPU MMIO registers does not update MDR 2017-10-25 14:22:19 +03:00
buildaux Implicitly redirect cmdhelp includes to corresponding JSON files 2015-02-12 21:56:19 +02:00
data Add snes9x fonts 2013-04-14 20:43:32 +03:00
gambatte@a77b5548ae Make gitlinks for bsnes and gambatte 2015-02-14 10:05:52 +02:00
include Remove partial exception specifiers 2019-01-30 19:26:21 +02:00
libgambatte-patches gambatte fixes: Properly save MBC3 without RTC 2014-11-12 11:01:07 +02:00
src Fix crash if selected settings window does not open 2019-06-24 22:16:15 +03:00
.gitattributes Detect git revision and have version shown 2012-01-10 13:14:11 +02:00
.gitignore Ignore some build helper programs, now that the .exe rule doesn't cover those 2015-01-01 21:47:47 +02:00
.gitmodules Make gitlinks for bsnes and gambatte 2015-02-14 10:05:52 +02:00
CHANGELOG lsnes rr2-β24 2018-12-31 21:07:40 +02:00
COPYING.GPL Gambatte core support 2012-07-14 11:09:32 +03:00
COPYING.GPL3 Gambatte core support 2012-07-14 11:09:32 +03:00
Doxyfile lsnes rr0-β0 2011-09-13 17:50:18 +03:00
lsnes.nsi lsnes rr1-Δ18ε3 2014-01-05 15:54:28 +02:00
lua.lyx movie.get_last_movie() 2018-11-25 18:55:16 +02:00
lua.pdf movie.get_last_movie() 2018-11-25 18:55:16 +02:00
Makefile Switch to std::regex by default 2015-02-07 15:32:34 +02:00
manual.lyx Add load-rom command 2015-04-11 06:01:20 +03:00
manual.txt Add load-rom command 2015-04-11 06:01:20 +03:00
options.build Switch to std::regex by default 2015-02-07 15:32:34 +02:00
TODO Some new TODOs 2015-05-28 12:37:40 +03:00
VERSION lsnes rr2-β24 2018-12-31 21:07:40 +02:00