only LM3 and revert android exclude

This commit is contained in:
JPikachu 2026-03-05 23:26:52 +00:00
parent 4b243b17df
commit 2a105c2869
2 changed files with 7 additions and 5 deletions

View file

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