<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/android/src/org/lxdream</tt></b></td></tr>
<tr><td><tt><a href="#file1">LxdreamActivity.java</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+2</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">0db0a5e72698 -> f72cfb134a87</td></tr>
</table>
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Set the android default directory to $SDCARD/lxdream instead of the /data
directory.
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/android/src/org/lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>LxdreamActivity.java</b></big> <small id="info" style="color: #888888;" >0db0a5e72698 -> f72cfb134a87</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/android/src/org/lxdream/LxdreamActivity.java
+++ lxdream/android/src/org/lxdream/LxdreamActivity.java
@@ -23,6 +23,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > import android.content.res.Resources;
 import android.graphics.drawable.Drawable;
 import android.os.Bundle;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+import android.os.Environment;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > import android.util.Log;
 import android.view.Menu;
 import android.view.MenuInflater;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -48,7 +49,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         pauseIcon = res.getDrawable(R.drawable.tb_pause);
         
         Log.i("LxdreamActivity", "Calling Dreamcast.init");
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        Dreamcast.init( ctx.getFilesDir().toString() );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+        Dreamcast.init( Environment.getExternalStorageDirectory().toString() + "/lxdream" );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         Log.i("LxdreamActivity", "Finished Dreamcast.init");
         view = new LxdreamView(ctx);
         setContentView(view);
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>