mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 15:19:50 -06:00
misc: Refactor Discord integration to listen on TitleIDs.CurrentApplication changes instead of waiting to be directly told when to change states.
This commit is contained in:
@ -105,7 +105,6 @@ namespace Ryujinx.HLE.Loaders.Processes.Extensions
|
||||
|
||||
// Initialize GPU.
|
||||
GraphicsConfig.TitleId = programId.ToString("X16");
|
||||
TitleIDs.CurrentApplication = GraphicsConfig.TitleId;
|
||||
device.Gpu.HostInitalized.Set();
|
||||
|
||||
if (!MemoryBlock.SupportsFlags(MemoryAllocationFlags.ViewCompatible))
|
||||
|
Reference in New Issue
Block a user