(Android) ModuleActivity - comment out Toast hack

This commit is contained in:
twinaphex 2012-12-23 07:32:04 +01:00
parent 18bf8e2a16
commit 5065e12ae7
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ public class ModuleActivity extends Activity implements AdapterView.OnItemClickL
case ACTIVITY_LOAD_ROM:
if(data.getStringExtra("PATH") != null)
{
//Toast.makeText(this, "Loading: ["+ data.getStringExtra("PATH") + "]...", Toast.LENGTH_SHORT).show();
Toast.makeText(this, getDeviceName(5), Toast.LENGTH_SHORT).show();
Toast.makeText(this, "Loading: ["+ data.getStringExtra("PATH") + "]...", Toast.LENGTH_SHORT).show();
//Toast.makeText(this, getDeviceName(5), Toast.LENGTH_SHORT).show();
myIntent = new Intent(this, NativeActivity.class);
myIntent.putExtra("ROM", data.getStringExtra("PATH"));
myIntent.putExtra("LIBRETRO", libretro_path);