Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 7oxicshadow's Linux fixes #6

Open
wants to merge 6 commits into
base: retropie
Choose a base branch
from

Commits on Apr 22, 2016

  1. Allow Linux build to close cleanly

    *Add the ability to stop the render thread
    *Add the ability to stop the ngen thread
    *Add the ability to detect the window close event
    *Add gl_context_destroy function
    *Close any open controllers
    *Allows the nvmem to save
    7oxicshadow committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    99b4594 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. Fixes for raspberry pi

    pi2 should now exit cleanly
    pi2 should now save settings
    general formatting clean-up
    
    Note: Raspberry pi requires keyboard.cfg in /mappings
          to bind esc key
    7oxicshadow committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    1933540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad2955 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Configuration menu
    Copy the full SHA
    faa1edc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Adds support for NO_VIRTUAL_CFG define.

    This is required for Launchers that make extensive use of the "-config" command
    line option. Without it the RTC always resets to default because it parses a
    virtual config instead of the emu.cfg file.
    
    RetroPie is one of the main usage cases for this mode. If any RetroPie devs try these changes, be sure to open the Makefile and enable NO_VIRTUAL_CONFIG at
    the top of the file.
    
    I have rearanged the cfgopen() and parsecommandline() functions to accomodate this.
    
    Add minor fixes for tab/space corrections.
    Add minor fix for missing guards around closing evdev controllers.
    7oxicshadow committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    2d27c22 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Configuration menu
    Copy the full SHA
    4dde2c2 View commit details
    Browse the repository at this point in the history