summary refs log tree commit diff
path: root/pkgs/applications/emulators/retroarch/cores.nix
Commit message (Collapse)AuthorAge
* libretro.parallel-n64: add missing Make flagsThiago Kenji Okada2023-09-24
|
* libretro.mupen64plus: add missing Make flagsThiago Kenji Okada2023-09-24
|
* libretro: unstable-2023-03-13 -> unstable-2023-09-24Thiago Kenji Okada2023-09-24
|
* libretro.same_cdi: init at unstable-2023-02-28matthewcroughan2023-09-11
|
* retroarch: include dosbox-pure coreRobin Mattheussen2023-07-27
|
* libretro.pcsx2: disable fortify3 hardening flagTheodore Ni2023-07-12
|
* Merge pull request #239696 from nvmd/init/libretro.2048Thiago Kenji Okada2023-06-25
|\ | | | | libretro.2048: init at unstable-2023-02-20
| * libretro.2048: init at unstable-2023-02-20Sergey Kazenyuk2023-06-25
| |
* | libretro.fuse: init at unstable-2023-06-23Sergey Kazenyuk2023-06-25
|/
* treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to ↵Sandro Jäckel2023-05-06
| | | | lib.importJSON ./file.json #2
* Merge #218309: ffmpeg: ffmpeg_4 → ffmpeg_5Vladimír Čunát2023-03-16
|\ | | | | | | ...into staging
| * treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4Atemu2023-03-13
| | | | | | | | | | | | | | These packages were identified as broken when ffmpeg = ffmpeg_5. Tested _only_ by building them. If you are a maintainer of one of these packages, please test whether your package still works.
* | libretro.scummvm: unstable-2023-03-13 -> unstable-2022-04-06Thiago Kenji Okada2023-03-13
| | | | | | | | | | Let's keep an older version until we introduce the `libretro-{deps,common}` as proper derivations.
* | libretro: add aarch64 to ARCH, remove aarch64 specific codeThiago Kenji Okada2023-03-13
| |
* | libretro: 2022-12-20 -> 2023-03-13Thiago Kenji Okada2023-03-13
|/
* libretro.picodrive: unstable-2022-12-20 -> unstable-2023-02-15Thiago Kenji Okada2023-02-16
|
* libretro: unstable-2022-11-21 -> unstable-2022-12-20Thiago Kenji Okada2022-12-22
|
* libretro: unstable-2022-10-18 -> unstable-2022-11-21Thiago Kenji Okada2022-11-22
|
* libretro: refactor mkLibretroCore functionThiago Kenji Okada2022-10-28
| | | | | Separate it on its own separate file, remove some unnecessary parameters and allow more flexibility.
* Merge master into staging-nextgithub-actions[bot]2022-10-19
|\
| * libretro: unstable-2022-10-01 -> unstable-2022-10-18Thiago Kenji Okada2022-10-18
| |
* | treewide: optional -> optionals where the argument is a listArtturin2022-10-10
|/ | | | the argument to optional should not be list
* libretro.beetle-supafaust: init at unstable-2022-10-01Thiago Kenji Okada2022-10-06
|
* Merge pull request #194247 from PanAeon/libretro-puaeThiago Kenji Okada2022-10-05
|\ | | | | add puae retroarch core
| * libretro.puae: init at unstable-2022-04-21vitalii2022-10-04
| |
* | libretro.mame{2015,2016}: disable enableParallelBuilding againThiago Kenji Okada2022-10-02
| |
* | libretro.flycast: fix aarch64-linux buildThiago Kenji Okada2022-10-02
| |
* | libretro.blastem: mark it only available in x86Thiago Kenji Okada2022-10-02
| |
* | libretro.parallel-n64: return aarch64 patchThiago Kenji Okada2022-10-02
| |
* | libretro.mame*: enableParallelBuilding = trueThiago Kenji Okada2022-10-02
| |
* | libretro.dosbox: remove gcc10Stdenv overrideThiago Kenji Okada2022-10-01
| |
* | libretro.citra: remove gcc10Stdenv overrideThiago Kenji Okada2022-10-01
| |
* | libretro: remove unnecessary codeThiago Kenji Okada2022-10-01
| |
* | maintainers: add libretro team, use it in retroarch/libretroThiago Kenji Okada2022-10-01
| |
* | libretro: unstable-2022-04-21 -> unstable-2022-10-01Thiago Kenji Okada2022-10-01
|/
* libretro.nxengine: init at unstable-2022-04-21adisbladis2022-07-16
|
* tree-wide: SDL may not have a .devPeter Hoeg2022-05-27
|
* libretro.dosbox: fix buildThiago Kenji Okada2022-04-24
|
* libretro: unstable-2022-04-08 -> unstable-2022-04-21Thiago Kenji Okada2022-04-24
|
* libretro: unstable-2022-04-05 -> unstable-2022-04-08Thiago Kenji Okada2022-04-08
|
* libretro.hatari: simplify buildThiago Kenji Okada2022-04-08
|
* libretro.citra: fix buildThiago Kenji Okada2022-04-08
|
* libretro.citra-canary: remove itThiago Kenji Okada2022-04-08
| | | | Not maintained anymore by upstream.
* libretro: unstable-2022-03-09 -> unstable-2022-04-05Thiago Kenji Okada2022-04-08
|
* libretro: unstable-2022-01-21 -> unstable-2022-03-09Thiago Kenji Okada2022-04-08
|
* Move misc/emulators to applications/emulators - part 1AndersonTorres2022-02-16
Emulators form a class by themselves. So, they should be moved to applications/.