From fda0e7e9899e1a023f3dea76079ffa9cce0e5d89 Mon Sep 17 00:00:00 2001
From: UltraHDR <108294295+UltraHDR@users.noreply.github.com>
Date: Mon, 9 Jan 2023 21:43:45 +0000
Subject: [PATCH] macOS: Make Yuzu show up in the Launchpad Games folder
 (#9594)

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 0eb377926..f05f3186c 100644
--- a/src/yuzu/Info.plist
+++ b/src/yuzu/Info.plist
@@ -34,6 +34,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
     <string></string>
     <key>CSResourcesFileMapped</key>
     <true/>
+    <key>LSApplicationCategoryType</key>
+    <string>public.app-category.games</string>
     <key>LSRequiresCarbon</key>
     <true/>
     <key>NSHumanReadableCopyright</key>