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

Add an environment call for querying the device's battery #15387

Merged
merged 14 commits into from
Aug 12, 2023

Commits on Jun 15, 2023

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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    3b7a03c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b6d96e View commit details
    Browse the repository at this point in the history
  3. Remove a stray comma

    JesseTG committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1c2ba7a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge branch 'master' into jtg/battery-api

    # Conflicts:
    #	libretro-common/include/libretro.h
    #	runloop.c
    JesseTG committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    01c2e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b4819 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45ed307 View commit details
    Browse the repository at this point in the history
  4. Fix some mixed-up cases in checking the power state

    - I misunderstood the meaning of these enums
    JesseTG committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d64efad View commit details
    Browse the repository at this point in the history
  5. Add a comment

    JesseTG committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c4233f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97d81d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cf0831 View commit details
    Browse the repository at this point in the history
  8. Adjust power state behavior

    - Don't return 0 seconds; instead, return NO_ESTIMATE
    - Don't force percent to 100 in the CHARGED state
    JesseTG committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d9582ed View commit details
    Browse the repository at this point in the history
  9. Adhere to C89

    JesseTG committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3f4ea81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6627b6f View commit details
    Browse the repository at this point in the history