Maybe I am not describing what I want to do well. When I set up gameex, I did it on my 1920x1200 monitor. All emulators are working well with native resolution. When I run the system on my 1080p television, the emulators either launch in a window or don't run at all because it is configured with an unsupported resolution. So that leaves me with two options, manually change the emulator config files any time I change rooms which kills the point of having a keyboard less system, or pass the current resolution to the emulator. Looking at documentation for various emulators most support setting the resolution via command line. So what I want to do in the gameex config I want to do something like "emulator.exe [rompath]\[romfile] -fullres [resx]x[resy]" and gameex translates [resx] to 1920 and [resy] to 1080 by looking at the current windows resolution.