mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
Use ffmpeg for Windows Video Dumping instead of VFW
This commit is contained in:
@ -31,6 +31,7 @@ public:
|
||||
void RestoreCull();
|
||||
|
||||
void RenderText(const std::string& text, int left, int top, u32 color) override;
|
||||
void FlipImageData(u8 *data, int w, int h, int pixel_width = 3);
|
||||
|
||||
u32 AccessEFB(EFBAccessType type, u32 x, u32 y, u32 poke_data) override;
|
||||
u16 BBoxRead(int index) override;
|
||||
|
Reference in New Issue
Block a user