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

Universal
Junior Member
Posts: 42
Joined: Sun Oct 24, 2010 1:01 pm

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

Post 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.

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

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

Post by Squall Leonhart »

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

Universal
Junior Member
Posts: 42
Joined: Sun Oct 24, 2010 1:01 pm

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

Post 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.

Last edited by Universal on Fri Jun 22, 2012 4:58 pm, edited 1 time in total.
hasufell
Junior Member
Posts: 4
Joined: Mon May 28, 2012 7:42 pm

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

Post 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.

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

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

Post 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.

Post Reply