View Single Post
Posts: 223 | Thanked: 67 times | Joined on Jun 2006
#74
Originally Posted by cjsegninir View Post
Because of the crappy sound I'm trying to shut the sound, but I can't find the option. I guess it would also help with emulation, since you're eliminating the sound "load".

Also, for some reason, I can't find the option for fullscreen. Is it implemented?
To turn off sound completely you need to lauch vgba from xtern with the -nosound option.
You can launch from a shortcut by creating a custom .desktop file in /usr/share/applications/hildon/

For instance here is the one I use to Launch the Yu-Gi-Oh game. It was created by copying vgba.desktop (as root) and editing the Exec line. The X-Osso-Type line had to be commented out with a # in order to make it work.

/usr/share/applications/hildon/yugioh.desktop
Code:
[Desktop Entry]
Encoding=UTF-8
Version=3.6
Type=Application
Name=Yu-Gi-Oh
Exec=/usr/bin/vgba -nosound /home/user/MyDocs/Games/Yu-Gi-Oh!-GX-DuelAca
Icon=vgba
X-Window-Icon=vgba
X-Window-Icon-Dimmed=vgba
X-HildonDesk-ShowInToolbar=true
#X-Osso-Service=com.fms.vgba
X-Osso-Type=application/x-executable
MimeType=application/x-gba;
Terminal=False

To get full screen hold down the Ctrl key and press enter.

Last edited by gowen; 2010-06-11 at 18:36.