Results 1 to 1 of 1
I compiled and run Fce Ultra 0.98.13
compiled successfully and installed correctly.
I have tried reading the documentation for toggling out of fullscreen mode when running this Nintendo emulator.
I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-21-2005 #1Just Joined!
- Join Date
- Jan 2003
- Posts
- 46
Fceu Ultra 0.98-13 Nintendo emulator problems
I compiled and run Fce Ultra 0.98.13
compiled successfully and installed correctly.
I have tried reading the documentation for toggling out of fullscreen mode when running this Nintendo emulator.
I have two issues
When i press alt + enter the window attempts to toggle out
I will see the terminal for a quick second but then
however it never completes toggling out and FCEU game window gains back its focus.
My second issue is when i try to configure the controller
I get a black screen with a blinking dot instead of the blinking A that prompts you to select which button on your controller is A.
I currently use this script
#!/bin/bash
ls
echo "What game would you like to play?"
read "X";
if[-f "$X"]
fceu -xres 1280 -yres 1024 -stretchx 0 -stretchy 0 -fs 0 -opengl 1 -inputcfg gamepad1 $X*;
else
echo "Wrong name"
fi
I set fceu -fs 0 and the emulator still goes to fullscreen mode.
__________________
The best that ever did it[quote]


Reply With Quote
