When I'm playing with mupen64plus-rice while HDMI connected I get the game running in the corner and not full screen. How to get it full screen?
Asnwering to my own question. In /home/pi/.config/mupen64plus/mupen64plus.cfg edit following:
Asnwering to my own question. In /home/pi/.config/mupen64plus/mupen64plus.cfg edit following:
Code:
[Video-General]
# TV:
ScreenWidth = 1280
ScreenHeight = 720
# Use fullscreen mode if True, or windowed mode if False
Fullscreen = True
# Width of output window or fullscreen width
#ScreenWidth = 640
# Height of output window or fullscreen height
#ScreenHeight = 480
# If true, activate the SDL_GL_SWAP_CONTROL attribute
VerticalSync = True
# Rotate screen contents: 0=0 degree, 1=90 degree, 2 = 180 degree, 3=270 degree
Rotate = 0