Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • muffy
    Participant
    Post count: 57

    Hi, i’m trying to get my GameGear Emulator to work.

    It would be great if you can help me with this issues:

    1. How can i edit my Controller for GameGear? (SNES etc. works)

    2. How can i exit the Games with “Start + Select”? Does it work if my Controller has the right Settings?

    3. How can i get Fullscreen with the Emulator ?

    muffy
    Participant
    Post count: 57

    i found this on the web:

    ~/.emulationstation/es_systems.cfg

    DESCNAME=Sega Game Gear
    ...
    COMMAND=/home/pi/RetroPie/emulators/osmose-0.8.1+rpi20121122/osmose %ROM% -joy -joy1 15 -joy2 14 -joystart 3 -tv -fs
    
    ...

    are these command correct? How can i edit the Select Button for exit the Game with “Start + Secect”?
    The GameGear has only 3 Buttons.

    brooksyx
    Participant
    Post count: 81

    Read the stickies. Need to edit the retroarch.cfg for all or the game gear specific one. You can probably find the paths in the stickies and definitely find it if you use the search box.

    muffy
    Participant
    Post count: 57

    so i have to open /opt/retropie/configs/gamegear/retroarch.cfg ?
    What do i have to write in this File?

    I used the search box, but i think this is a little bit too complicated for me. :/

    muffy
    Participant
    Post count: 57

    i found the file:
    /home/pi/osmose_files/osmose.ini

    PAD1_UP       = SDLK_UP
    PAD1_DOWN     = SDLK_DOWN
    PAD1_LEFT     = SDLK_LEFT
    PAD1_RIGHT    = SDLK_RIGHT
    PAD1_BUTTON_A = SDLK_LCTRL
    PAD1_BUTTON_B = SDLK_LALT
    
    #
    # Second Player PAD:
    #
    
    PAD2_UP       = SDLK_KP5
    PAD2_DOWN     = SDLK_KP2
    PAD2_LEFT     = SDLK_KP1
    PAD2_RIGHT    = SDLK_KP3
    PAD2_BUTTON_A = SDLK_n
    PAD2_BUTTON_B = SDLK_b
    
    #
    # GAME GEAR Specific:
    #
    
    GAMEGEAR_START = SDLK_RETURN

    but if i change something here, nothing will change in the game…

    other question: why do i have to change something in the retroarch.cfg if geamegear runs under osmose ?

    Anonymous
    Inactive
    Post count: 1

    Hi,

    I am having the same problem (cannot exit the game, and start button is mapped to button 2 instead of button 9 on my 360 controller) and was wondering if you ever found a solution.

    I’m not totally sure but I believe that the osmose.ini file only applies to the keyboard so I don’t think modifying that will fix anything.

    Adding something to the blank retroarch.cfg located at opt/retropie/configs/gamegear seems like it would be the place to start, but being new at this I’m not sure where to go from there.

    muffy
    Participant
    Post count: 57

    i found this:

    https://www.petrockblock.com/forums/topic/still-having-a-few-issues-can-anyone-help/

    but this was for retopie ver.1 and Genesis-Plus-GX isnt on vers. 2

    i can’t solve our problem until now… :/

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.