mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
(Android / Java side) Remove some inconsequential logs
This commit is contained in:
parent
54bbeb0914
commit
d39bf05c0b
@ -168,7 +168,7 @@ public class RetroArch extends Activity implements
|
|||||||
|
|
||||||
if (curretnCacheVersion == version)
|
if (curretnCacheVersion == version)
|
||||||
{
|
{
|
||||||
Log.i(TAG, "assets already extracted, skipping");
|
Log.i(TAG, "assets already extracted, skipping...");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -465,7 +465,6 @@ public class RetroArch extends Activity implements
|
|||||||
switch (aItem.getItemId()) {
|
switch (aItem.getItemId()) {
|
||||||
case R.id.settings:
|
case R.id.settings:
|
||||||
showPopup(findViewById(R.id.settings));
|
showPopup(findViewById(R.id.settings));
|
||||||
Log.i(TAG, "Got settings ...");
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
@ -481,8 +480,7 @@ public class RetroArch extends Activity implements
|
|||||||
imm.showInputMethodPicker();
|
imm.showInputMethodPicker();
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case R.id.rarch_settings:
|
case R.id.rarch_settings:
|
||||||
Log.i(TAG, "Rarch settings clicked!");
|
|
||||||
Intent rset = new Intent(this, SettingsActivity.class);
|
Intent rset = new Intent(this, SettingsActivity.class);
|
||||||
startActivity(rset);
|
startActivity(rset);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user