mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
WiiUpdateCallback: Add interface for update callback
This commit is contained in:
+11
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user