Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsarabia/higan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: higan-emu/higan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 8 files changed
  • 7 contributors

Commits on Jul 12, 2021

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

Commits on Aug 18, 2021

  1. Fix DAA instruction

    Meepster99 authored and Screwtapello committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    9bf1b33 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Use GitHub Actions, not Cirrus, for non-FreeBSD releases.

    The GitHub Releases page is just a bit easier for end-users to handle.
    Screwtapello committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9003743 View commit details
    Browse the repository at this point in the history
  2. Build higan with GTK+3 on Ubuntu and FreeBSD.

    The latest version of Ubuntu no longer provides the GTK+2 libs that higan
    requires.
    Screwtapello committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    3ac5a1a View commit details
    Browse the repository at this point in the history
  3. add needed #include <stdexcept>

    Fix `error: ‘runtime_error’ is not a member of ‘std’` error during compilation with GCC 13
    Postrediori authored and Screwtapello committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    127bb97 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    db3a17b View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary WIN* defines.

    We keep WINVER and _WIN32_WINNT because different versions of mingw-w64 have different defaults.
    
    Fixes higan-emu#198.
    Morilli authored and Screwtapello committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    993368d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Remove link to near.sh.

    It expired and got taken over by spammers.
    Screwtapello committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ba4b918 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. build(deps): bump actions/download-artifact in /.github/workflows

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v2...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Screwtapello committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9cbe6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03b2e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Remove dead URLs from README.md

    bikerspade authored and Screwtapello committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    ad0e11e View commit details
    Browse the repository at this point in the history
Loading