mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 11:17:49 +00:00
General: Correct rebase, sync gpu and context management.
This commit is contained in:
parent
afb6d31c02
commit
543b6b315f
9 changed files with 45 additions and 32 deletions
|
@ -284,6 +284,12 @@ public:
|
|||
/// core timing events.
|
||||
virtual void Start() = 0;
|
||||
|
||||
/// Obtain the CPU Context
|
||||
virtual void ObtainContext() = 0;
|
||||
|
||||
/// Release the CPU Context
|
||||
virtual void ReleaseContext() = 0;
|
||||
|
||||
/// Push GPU command entries to be processed
|
||||
virtual void PushGPUEntries(Tegra::CommandList&& entries) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue