[Bug 288495] [NEW PORT] emulators/Ymir: Sega Saturn emulator
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 288495] [NEW PORT] emulators/Ymir: Sega Saturn emulator"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Aug 2025 10:16:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288495
Stefan Schlosser <bsdcode@disroot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #262768|0 |1
is obsolete| |
Attachment #262770| |maintainer-approval+
Flags| |
--- Comment #17 from Stefan Schlosser <bsdcode@disroot.org> ---
Created attachment 262770
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=262770&action=edit
v7
The only incompatibility with the current version of devel/libfmt is a
formatting of a tm time struct in apps/ymir-sdl3/src/app/app.cpp. I added a
patch which converts tm to a char[] and provides this buffer to the formatting
function.
The original format is "YY-MM-DD hh:mm:ss". I use the the "%F %T" format string
in the call to strftime which provides the same result.
Build and playtesting is fine.
--
You are receiving this mail because:
You are the assignee for the bug.