mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-14 10:46:58 +02:00
only LM3 and revert android exclude
This commit is contained in:
parent
4b243b17df
commit
2a105c2869
2 changed files with 7 additions and 5 deletions
|
|
@ -44,7 +44,8 @@ enum class GPUVendor {
|
|||
};
|
||||
|
||||
enum class TitleID : std::uint64_t {
|
||||
NinjaGaidenRagebound = 0x0100781020710000ULL
|
||||
NinjaGaidenRagebound = 0x0100781020710000ULL,
|
||||
LuigisMansion3 = 0x0100DCA0064A6000ULL
|
||||
};
|
||||
|
||||
struct EnvironmentInfo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue