mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
WiiUpdateCallback: Add interface for update callback
This commit is contained in:
@ -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