Trying to figure out how to make an emulator start out fullscreen in a window without the title bar. So it would look exactly like it is fullscreen, but wouldn’t freak out if something pops up and steals focus. Currently in fullscreen the emulator is minimized and you must alt+tab back to it to restore.
The closest I have come right now is to set the Window X / Y scale to 4 and it gets closet to filling the screen. Hitting the maximize button at the top will do the fullscreen thing, but keeps the titlebar. Doing this does allow an autohotkey popup to work and pauses emulation without minimizing.
Until RMenu is implemented in Windows I’m trying to do something with an autohotkey menu to load/save savestates, reset emulation, etc.
I found this thread, last post in it, http://forum.themaister.net/viewtopic.php?id=85, that lists all of the commands, so sending the udp packet may be better than emulating keystrokes for such things.