git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit c7c54abb6b05568b21a674fbbd0476adc4fa7944
parent b6c6b9ed5461a24cb08f0c3482f9bfaa9f86d13e
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 25 Aug 2024 17:55:48 +0300

Remove auto-generated IDE crap

Diffstat:
MiOS/GBLoadROMTableViewController.m2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iOS/GBLoadROMTableViewController.m b/iOS/GBLoadROMTableViewController.m @@ -256,7 +256,7 @@ contextMenuConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath UIAction *deleteAction = [UIAction actionWithTitle:@"Delete" image:[UIImage systemImageNamed:@"trash"] identifier:nil - handler:^(__kindof UIAction * _Nonnull action) { + handler:^(UIAction *action) { [self tableView:tableView commitEditingStyle:UITableViewCellEditingStyleDelete forRowAtIndexPath:indexPath];

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.