mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Updated generic game error message to include path
This commit is contained in:
@@ -344,7 +344,7 @@ public class EmulationFragment extends Fragment implements PopupMenu.OnMenuItemC
|
||||
case NativeEmulation.START_GAME_ERROR_NO_TITLE_TIK -> getString(R.string.no_title_tik);
|
||||
default -> getString(R.string.game_files_unknown_error, launchPath);
|
||||
};
|
||||
onEmulationError(getString(errorMessageId));
|
||||
onEmulationError(errorMessage);
|
||||
}
|
||||
|
||||
private void onEmulationError(String errorMessage) {
|
||||
|
||||
Reference in New Issue
Block a user