Bug 256776 - [new port] games/libretro-beetle_saturn: standalone port of Mednafen Saturn to libretro
Summary: [new port] games/libretro-beetle_saturn: standalone port of Mednafen Saturn t...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Guangyuan Yang
URL:
Keywords:
Depends on:
Blocks: 256777
  Show dependency treegraph
 
Reported: 2021-06-22 14:19 UTC by Daniel Menelkir
Modified: 2021-08-13 18:43 UTC (History)
2 users (show)

See Also:


Attachments
v1 (2.14 KB, patch)
2021-06-22 14:19 UTC, Daniel Menelkir
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Menelkir 2021-06-22 14:19:30 UTC
Created attachment 225994 [details]
v1

Standalone port of Mednafen Saturn to the libretro API, to emulate Sega Saturn and compatibles.
Comment 1 Timothy Beyer 2021-07-14 05:21:33 UTC
Great! This is a much faster Sega Saturn emulator than Yabause, and is more accurate for some games.
Comment 2 Daniel Menelkir 2021-08-13 13:36:48 UTC
Friendly ping.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-08-13 18:42:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6acbe792c9752737be6c3634955b766da54aafd9

commit 6acbe792c9752737be6c3634955b766da54aafd9
Author:     Daniel Menelkir <menelkir@itroll.org>
AuthorDate: 2021-08-13 18:41:08 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-08-13 18:41:08 +0000

    games/libretro-beetle_saturn: New port

    Standalone port of Mednafen Saturn to libretro.

    PR:             256776

 games/Makefile                                     |  1 +
 games/libretro-beetle_saturn/Makefile (new)        | 26 ++++++++++++++++++++++
 games/libretro-beetle_saturn/distinfo (new)        |  3 +++
 ...patch-libretro-common_rthreads_rthreads.c (new) | 11 +++++++++
 games/libretro-beetle_saturn/pkg-descr (new)       |  3 +++
 5 files changed, 44 insertions(+)
Comment 4 Guangyuan Yang freebsd_committer freebsd_triage 2021-08-13 18:43:18 UTC
Committed, thanks!