Ryujinx/Ryujinx.Audio/Renderer/Server
mpnico 117e32a6ff
Implement a "Pause Emulation" option & hotkey (#2428)
* Add a "Pause Emulation" option and hotkey

Closes Ryujinx#1604

* Refactoring how pause is handled

* Applied suggested changes from review

* Applied suggested fixes

* Pass correct suspend type to threads for suspend/resume

* Fix NRE after stoping emulation

* Removing SimulateWakeUpMessage call after resuming emulation

* Skip suspending non game process

* Pause the tickCounter in the ExecutionContext

* Refactoring tickCounter pause/resume as suggested

* Fix Config migration to add pause hotkey

* Fixed pausing only application threads

* Fix exiting emulator while paused

* Avoid pause/resume while already paused/resumed

* Cleanup unused code

* Avoid restarting audio if stopping emulation while in pause.

* Added suggested changes

* Fix ConfigurationState
2021-09-11 22:08:25 +02:00
..
Effect amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00
MemoryPool Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
Mix Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
Performance amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00
Sink Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
Splitter Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
Types Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
Upsampler Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
Voice Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
AudioRendererManager.cs Implement a "Pause Emulation" option & hotkey (#2428) 2021-09-11 22:08:25 +02:00
AudioRenderSystem.cs Fix disposing of IPC sessions server at emulation stop (#2334) 2021-06-29 19:37:13 +02:00
BehaviourContext.cs amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00
CommandBuffer.cs Amadeus: DSP code generation improvements (#2460) 2021-07-18 13:05:11 +02:00
CommandGenerator.cs amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00
CommandProcessingTimeEstimatorVersion1.cs amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00
CommandProcessingTimeEstimatorVersion2.cs amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00
CommandProcessingTimeEstimatorVersion3.cs amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00
ICommandProcessingTimeEstimator.cs amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00
RendererSystemContext.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
StateUpdater.cs amadeus: Update to REV9 (#2309) 2021-05-25 19:01:09 +02:00