Cnells2000 Posted December 22, 2017 Share Posted December 22, 2017 Ive Sucessfully got RA SNES9x to load my snes games in full screen. however, the menu bar still shows up everytime i load a game. the menu says press escape to hide menu bar, but that is the button that i have set to escape the emulator. is there anything i can do to autohide the menubar without me having to use the mouse all the time? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted December 22, 2017 Share Posted December 22, 2017 (edited) Try putting the below in your command line parameters. It works in my set-up. Another forum member had the same issue and could not get it to work. Not sure if that member ever solved the issue. -fullscreen Other thread here. Edited December 22, 2017 by Retro808 1 Quote Link to comment Share on other sites More sharing options...
neil9000 Posted December 22, 2017 Share Posted December 22, 2017 Also in your second image above where it says hide menu bar is escape you should be able to click that with your mouse to check it, then close the emu and it should go fullscreen when you re-open it. 1 Quote Link to comment Share on other sites More sharing options...
coleroddy Posted August 23, 2018 Share Posted August 23, 2018 (edited) I know this is a old thread, but I had the same issue with RA Snes9x and none of the above worked for me. What I had to to was put out an Auto Hot Key script. I'm gonna post it below, in case someone else needs it. What it does is just wait 5 seconds after the emulator started running and after that it sends "Alt" key, wait 1 second and sends "V" key, wait 0.3 seconds and sends "Enter" key. It basically does what a person would do to enter the proper menu using the keyboard and activate the "Hide Menu Bar" option. "Esc" key still closes the emulator. I'm on windows 10 by the way and I play on the hardcore mode. I hope this helps. Sleep, 5000 Send {Alt} Sleep, 1000 Send {v} Sleep 300 Send {Enter} ; This section closes Snes9x when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Edited August 23, 2018 by coleroddy 1 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted December 16, 2018 Author Share Posted December 16, 2018 buddy that worked!! sorry it took so long to get back to this post. thank you very much!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.