mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 10:47:11 +02:00
misc: Move systems-like classes out of the base of the Ryujinx project and into Ryujinx.Ava.Systems
This commit is contained in:
parent
109f0fc659
commit
638c616ab7
13 changed files with 34 additions and 29 deletions
|
@ -36,7 +36,7 @@ namespace Ryujinx.Ava.Systems.AppLibrary
|
|||
{
|
||||
_id = value;
|
||||
|
||||
Compatibility = CompatibilityCsv.Find(value);
|
||||
Compatibility = CompatibilityDatabase.Find(value);
|
||||
RichPresenceSpec = PlayReports.Analyzer.TryGetSpec(IdString, out GameSpec gameSpec)
|
||||
? gameSpec
|
||||
: default(Optional<GameSpec>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue