cores rework (#505)

This PR changes the core count to be defined in the device instead of
being a const value.
This is mostly a change for future features I want to implement and
should not impact any functionality.
The console will now log the range of cores requested from the
application, and for now, if the requested range is not 0 to 2 (the 3
cores used for application emulation), it will give an error message
which tells the user to contact me on discord. I'm doing this because
I'm interested in finding applications/games that don't use 3 cores and
the error will be removed in the future once I've gotten enough data.
This commit is contained in:
LotP1 2025-01-10 04:43:18 +01:00 committed by GitHub
parent 845c86f545
commit 918ec1bde3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 35 additions and 19 deletions

View file

@ -1,4 +1,4 @@
using DiscordRPC;
using DiscordRPC;
using LibHac.Tools.FsSystem;
using Ryujinx.Audio.Backends.SDL2;
using Ryujinx.Ava;