Unverified Commit 035064ee authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #245636 from romatthe/libretro-dosbox-pure

retroarch: include dosbox-pure core
parents 8ee1c4a6 22ffb17f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -360,6 +360,17 @@ in
    };
  };

  dosbox-pure = mkLibretroCore {
    core = "dosbox-pure";
    CXXFLAGS = "-std=gnu++11";
    hardeningDisable = [ "format" ];
    makefile = "Makefile";
    meta = {
      description = "Port of DOSBox to libretro aiming for simplicity and ease of use.";
      license = lib.licenses.gpl2Only;
    };
  };

  eightyone = mkLibretroCore {
    core = "81";
    src = getCoreSrc "eightyone";
+10 −4
Original line number Diff line number Diff line
@@ -144,6 +144,12 @@
        "rev": "b7b24262c282c0caef2368c87323ff8c381b3102",
        "hash": "sha256-PG2eElenlEpu0U/NIh53p0uLqewnEdaq6Aoak5E1P3I="
    },
    "dosbox-pure": {
        "owner": "schellingb",
        "repo": "dosbox-pure",
        "rev": "035e01e43623f83a9e71f362364fd74091379455",
        "hash": "sha256-j7Or4yTK5l+ZVC5UFeym9sLx+88PRlofoBT1tMuf31A="
    },
    "eightyone": {
        "owner": "libretro",
        "repo": "81-libretro",
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ CORES = {
    "desmume2015": {"repo": "desmume2015"},
    "dolphin": {"repo": "dolphin"},
    "dosbox": {"repo": "dosbox-libretro"},
    "dosbox-pure": {"repo": "dosbox-pure", "owner": "schellingb"},
    "eightyone": {"repo": "81-libretro"},
    "fbalpha2012": {"repo": "fbalpha2012"},
    "fbneo": {"repo": "fbneo"},