diff options
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/jni/WiiUtils.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Android/jni/WiiUtils.cpp b/Source/Android/jni/WiiUtils.cpp index 77ef3e3f7f..995f0d05b6 100644 --- a/Source/Android/jni/WiiUtils.cpp +++ b/Source/Android/jni/WiiUtils.cpp @@ -102,10 +102,10 @@ JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_utils_WiiUtils_importNANDB return DiscIO::NANDImporter().ImportNANDBin( path, - [] { - // This callback gets called every now and then in case we want to update the GUI. However, - // we have no way of knowing what the current progress is, so we can't do anything - // especially useful. DolphinQt chooses to show the elapsed time, for reference. + [](DiscIO::NANDImporter::Step, int, int) { + // This callback gets called every now and then in case we want to update the GUI. + // TODO + return false; }, [] { // This callback gets called if the NAND file does not have decryption keys appended to it. |
