From d1be3096af50139684abd9801fdfa255ada74fba Mon Sep 17 00:00:00 2001 From: UltraHDR <108294295+UltraHDR@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:09:34 +0000 Subject: [PATCH] Set LSApplicationCategoryType to games https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype This makes it show up in the Launchpad Games folder --- src/yuzu/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/yuzu/Info.plist b/src/yuzu/Info.plist index 0eb377926b..9ba9ec2d74 100644 --- a/src/yuzu/Info.plist +++ b/src/yuzu/Info.plist @@ -42,5 +42,7 @@ SPDX-License-Identifier: GPL-2.0-or-later NSApplication NSHighResolutionCapable True + LSApplicationCategoryType + public.app-category.games