SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 2e1f4445e9f42180d999736b2ac2057ed1da0676 parent 8edbbbdf49f254c30229a843761d23a95e662bba Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 29 Jan 2023 00:10:25 +0200 Ehh how did that happen Diffstat:
| M | iOS/GBStatesViewController.m | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iOS/GBStatesViewController.m b/iOS/GBStatesViewController.m @@ -25,7 +25,7 @@ } else { NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; - formatter.timeStyle = kCFDateFormatterShortStyle; + formatter.timeStyle = NSDateFormatterShortStyle; formatter.dateStyle = NSDateFormatterShortStyle; formatter.doesRelativeDateFormatting = true; view.slotSubtitleLabel.text = [formatter stringFromDate:date];
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.