mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-21 04:37:06 +00:00
gpu: Add shut down method to synchronize threads before destruction
This commit is contained in:
parent
7652543231
commit
c17938f96b
3 changed files with 15 additions and 0 deletions
|
|
@ -232,6 +232,9 @@ public:
|
|||
/// core timing events.
|
||||
void Start();
|
||||
|
||||
/// Performs any additional necessary steps to shutdown GPU emulation.
|
||||
void NotifyShutdown();
|
||||
|
||||
/// Obtain the CPU Context
|
||||
void ObtainContext();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue