You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-unin...

14 lines
530 B

diff -ru /root/VisualBoyAdvance-1.7.2/src/gtk/window.cpp VisualBoyAdvance-1.7.2/src/gtk/window.cpp
--- a/VisualBoyAdvance-1.7.2/src/gtk/window.cpp 2004-05-14 00:31:58.000000000 +1000
+++ b/VisualBoyAdvance-1.7.2/src/gtk/window.cpp 2007-03-17 14:57:22.000000000 -0500
@@ -91,7 +91,8 @@
m_iFilterIBMin (FirstFilterIB),
m_iFilterIBMax (LastFilterIB),
m_iJoypadMin (1),
- m_iJoypadMax (4)
+ m_iJoypadMax (4),
+ m_poKeymap (NULL)
{
m_poXml = _poXml;
m_poFileOpenDialog = NULL;