Revert "only LM3 and revert android exclude"

This reverts commit 2a105c2869.
This commit is contained in:
JPikachu 2026-05-09 23:32:07 +01:00
parent 2a105c2869
commit 1b54224d07
2 changed files with 5 additions and 7 deletions

View file

@ -44,8 +44,7 @@ enum class GPUVendor {
};
enum class TitleID : std::uint64_t {
NinjaGaidenRagebound = 0x0100781020710000ULL,
LuigisMansion3 = 0x0100DCA0064A6000ULL
NinjaGaidenRagebound = 0x0100781020710000ULL
};
struct EnvironmentInfo {