mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Video Common: Improve texture dumping to work with fifoci and
fifo_comparer
This commit is contained in:
parent
53684701fa
commit
a129a53e56
5 changed files with 51 additions and 20 deletions
|
@ -47,7 +47,9 @@ public:
|
|||
|
||||
virtual void Video_Prepare() = 0;
|
||||
void Video_ExitLoop();
|
||||
virtual void Video_Cleanup() = 0; // called from gl/d3d thread
|
||||
|
||||
void Video_CleanupShared(); // called from gl/d3d thread
|
||||
virtual void Video_Cleanup() = 0;
|
||||
|
||||
void Video_BeginField(u32, u32, u32, u32, u64);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue