Page 2 of 2

Save state hotkeys not functioning on vba-m-gtk-svn1030

Posted: Wed Jun 20, 2012 9:24 pm
by Universal

It's not limited to GTK. I just tried wxvba-m svn 1102 and it also loads the savestate instead of saving. Like others, I have to go into the menu and select save.


Save state hotkeys not functioning on vba-m-gtk-svn1030

Posted: Thu Jun 21, 2012 4:21 am
by Squall Leonhart

yep, these fuckers broke it by adding useless shit to evdev


Save state hotkeys not functioning on vba-m-gtk-svn1030

Posted: Fri Jun 22, 2012 4:52 pm
by Universal

yep, these fuckers broke it by adding useless shit to evdev

 

Which means now we have to figure out a fix to this? Great. I can barely understand the code and I'm trying to find out where the input would be read at. So far I've found it's in the SDL sources, but I'm having trouble going any further.

 

Edit: I'm unsure, but it looks like a hotfix would have to be written in that hard codes shift into the emulator. Putting SDLK_RSHIFT and SDLK_LSHIFT directly into the code.


Save state hotkeys not functioning on vba-m-gtk-svn1030

Posted: Fri Jun 22, 2012 5:11 pm
by hasufell

<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="744" data-ipsquote-contentclass="forums_Topic"><div>

yep, these fuckers broke it by adding useless shit to evdev

 

Which means now we have to figure out a fix to this? Great. I can barely understand the code and I'm trying to find out where the input would be read at. So far I've found it's in the SDL sources, but I'm having trouble going any further.

 

Edit: I'm unsure, but it looks like a hotfix would have to be written in that hard codes shift into the emulator. Putting SDLK_RSHIFT and SDLK_LSHIFT directly into the code.

</div></blockquote>

Since upstream does not care about it... mail me if you got something (hasufell@gentoo.org) or create a fork on github or anywhere else. I might also take a look at it when I have time.

 

Posting in this thread any further seems useless.


Save state hotkeys not functioning on vba-m-gtk-svn1030

Posted: Mon Aug 20, 2012 4:52 pm
by Squall Leonhart

<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="744" data-ipsquote-contentclass="forums_Topic"><div>

yep, these fuckers broke it by adding useless shit to evdev

 

Which means now we have to figure out a fix to this? Great. I can barely understand the code and I'm trying to find out where the input would be read at. So far I've found it's in the SDL sources, but I'm having trouble going any further.

 

Edit: I'm unsure, but it looks like a hotfix would have to be written in that hard codes shift into the emulator. Putting SDLK_RSHIFT and SDLK_LSHIFT directly into the code.

</div></blockquote>
 

No, a fix would be not fucking with things that work in the first place

 

Midnight commander was also affected apparently by these retarded changes.