Files
RetroArch/pkg/apple/RetroArchTopShelfExtension/ContentProvider.h
Eric Warmenhoven 7379d33801 tvOS Top Shelf (#16302)
This puts the History and Favorites playlists (up to five items each)
in the Top Shelf menu. In order for this to be enabled you must build
it yourself and change the app identifiers for the TV app and Top
Shelf extension, and add both of them to an app group.
2024-02-27 23:20:32 -08:00

18 lines
337 B
Objective-C

//
// ContentProvider.h
// RetroArchTopShelfExtension
//
// Created by Eric Warmenhoven on 2/17/24.
// Copyright © 2024 RetroArch. All rights reserved.
//
#import <TVServices/TVServices.h>
#define kRetroArchAppGroup @"group.com.libretro.dist.tvos.RetroArchAppGroup"
@interface ContentProvider : TVTopShelfContentProvider
@end