There are only 2 options on this menu: quit and resume. lol

Elaboration:
When you launch a game from the new version of SMAR•CADE, the entire screen goes grey and the words "PAUSED - Click to resume" appear on the screen, then I turn off the renderer and release all the resources. When the render is off, nothing gets updated, not even the main menu. Even though its not being rendered, the VGUI is still there. I have a big button that takes up 100% of the screen, so when you click anywhere on the screen, it turns the render back on and re-loads all the resources back in. Now it is ready to render and display the main menu again.
So there isn't actually a "Quit" button yet, but I need to think of a way to add one. If I'm closing a game because I want to shut down the whole computer, I would hate having to click RESUME just to get to a QUIT button. Maybe I'll change the words to say "Click to resume, ESC to exit". That should solve the problem of not being able to render anything.
