mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
AVIDump: Move CoreTiming into caller.
This commit is contained in:
parent
a583d36c7f
commit
9f264c0872
22 changed files with 63 additions and 48 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
void Video_ExitLoop();
|
||||
virtual void Video_Cleanup() = 0; // called from gl/d3d thread
|
||||
|
||||
void Video_BeginField(u32, u32, u32, u32);
|
||||
void Video_BeginField(u32, u32, u32, u32, u64);
|
||||
|
||||
u32 Video_AccessEFB(EFBAccessType, u32, u32, u32);
|
||||
u32 Video_GetQueryResult(PerfQueryType type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue