gpu: Add shut down method to synchronize threads before destruction

This commit is contained in:
ameerj 2022-01-03 20:31:51 -05:00
parent 7652543231
commit c17938f96b
3 changed files with 15 additions and 0 deletions

View file

@ -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();