mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
WiiUpdateCallback: Add interface for update callback
This commit is contained in:
parent
e4372a317d
commit
7c86baee50
3 changed files with 34 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
package org.dolphinemu.dolphinemu.utils;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
public interface WiiUpdateCallback
|
||||
{
|
||||
@Keep
|
||||
boolean run(int processed, int total, long titleId);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue