mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Android: Move screenshot waiting logic to Renderer
This commit is contained in:
@ -55,8 +55,8 @@ bool IsGPUThread();
|
||||
void SetState(State state);
|
||||
State GetState();
|
||||
|
||||
void SaveScreenShot();
|
||||
void SaveScreenShot(const std::string& name);
|
||||
void SaveScreenShot(bool wait_for_completion = false);
|
||||
void SaveScreenShot(const std::string& name, bool wait_for_completion = false);
|
||||
|
||||
void Callback_WiimoteInterruptChannel(int _number, u16 _channelID, const void* _pData, u32 _Size);
|
||||
|
||||
|
Reference in New Issue
Block a user