mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: higan: Update description.
* gnu/packages/emulators.scm (higan)[synopsis, description]: Update description.
This commit is contained in:
parent
76cc11a0ed
commit
6e2f7dc5e2
1 changed files with 10 additions and 6 deletions
|
@ -398,13 +398,17 @@ (define-public higan
|
||||||
;; There is no test suite.
|
;; There is no test suite.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "https://github.com/higan-emu/higan/")
|
(home-page "https://github.com/higan-emu/higan/")
|
||||||
(synopsis "Nintendo multi-system emulator")
|
(synopsis "Multi-system emulator")
|
||||||
(description
|
(description
|
||||||
"higan (formerly bsnes) is an emulator for multiple Nintendo video game
|
"higan is a multi-system emulator with an uncompromising focus on
|
||||||
consoles, including the Nintendo Entertainment System (NES/Famicom), Super
|
accuracy and code readability.
|
||||||
Nintendo Entertainment System (SNES/Super Famicom), Game Boy, Game Boy
|
|
||||||
Color (GBC), and Game Boy Advance (GBA). It also supports the subsystems
|
It currently emulates the following systems: Famicom, Famicom Disk System,
|
||||||
Super Game Boy, BS-X Satellaview, and Sufami Turbo.")
|
Super Famicom, Super Game Boy, Game Boy, Game Boy Color, Game Boy Advance,
|
||||||
|
Game Boy Player, SG-1000, SC-3000, Master System, Game Gear, Mega Drive, Mega
|
||||||
|
CD, PC Engine, SuperGrafx, MSX, MSX2, ColecoVision, Neo Geo Pocket, Neo Geo
|
||||||
|
Pocket Color, WonderSwan, WonderSwan Color, SwanCrystal, Pocket Challenge
|
||||||
|
V2.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public mgba
|
(define-public mgba
|
||||||
|
|
Loading…
Reference in a new issue