diff --git a/.gitignore b/.gitignore index e4350c09b..c5210358c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ obj/ newdc/android/libnewdc/bin/libnewdc.jar newdc/android/libnewdc/bin/classes/com/example/newdc/JNIdc.class + +shell/android/assets/build diff --git a/README.md b/README.md index 00018cb12..c7a245455 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ ndk-build -j 4 ant debug ``` +Beta versions +------------------- +Compiled test versions are available at reicast.loungekatt.com + Donations and stuff ------------------- Well, glad you liked the project so far! diff --git a/core/nullDC.cpp b/core/nullDC.cpp index b3c7c587e..0d9a6d54e 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -216,7 +216,7 @@ void LoadSettings() settings.dynarec.Enable = cfgLoadInt("config","Dynarec.Enabled", 1)!=0; settings.dynarec.idleskip = cfgLoadInt("config","Dynarec.idleskip",1)!=0; settings.dynarec.unstable_opt = cfgLoadInt("config","Dynarec.unstable-opt",0); - settings.dreamcast.cable = cfgLoadInt("config","Dreamcast.Cable", 3); + settings.dreamcast.cable = cfgLoadInt("config","Dreamcast.Cable",3); settings.dreamcast.RTC = cfgLoadInt("config","Dreamcast.RTC",GetRTC_now()); settings.dreamcast.region = cfgLoadInt("config","Dreamcast.Region",3); settings.dreamcast.broadcast = cfgLoadInt("config","Dreamcast.Broadcast",4); diff --git a/shell/android/AndroidManifest.xml b/shell/android/AndroidManifest.xml index 5d6f3f570..a92509b6a 100644 --- a/shell/android/AndroidManifest.xml +++ b/shell/android/AndroidManifest.xml @@ -7,10 +7,11 @@ android:minSdkVersion="8" android:targetSdkVersion="19" /> - + + - + + + + + + + + + \ No newline at end of file diff --git a/shell/android/res/drawable/gradient_bg.xml b/shell/android/res/drawable/gradient_bg.xml new file mode 100755 index 000000000..1a64c34a5 --- /dev/null +++ b/shell/android/res/drawable/gradient_bg.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/shell/android/res/drawable/gradient_bg_hover.xml b/shell/android/res/drawable/gradient_bg_hover.xml new file mode 100755 index 000000000..f7612e8c8 --- /dev/null +++ b/shell/android/res/drawable/gradient_bg_hover.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/shell/android/res/drawable/image_bg.xml b/shell/android/res/drawable/image_bg.xml new file mode 100755 index 000000000..a1004de21 --- /dev/null +++ b/shell/android/res/drawable/image_bg.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/shell/android/res/drawable/list_selector.xml b/shell/android/res/drawable/list_selector.xml new file mode 100755 index 000000000..fb1560c2e --- /dev/null +++ b/shell/android/res/drawable/list_selector.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shell/android/res/layout/about_fragment.xml b/shell/android/res/layout/about_fragment.xml new file mode 100755 index 000000000..2db297a1c --- /dev/null +++ b/shell/android/res/layout/about_fragment.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shell/android/res/layout/change_item.xml b/shell/android/res/layout/change_item.xml new file mode 100755 index 000000000..2cfdc070f --- /dev/null +++ b/shell/android/res/layout/change_item.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shell/android/res/layout/configure_fragment.xml b/shell/android/res/layout/configure_fragment.xml index 216c23757..a705e4e9e 100644 --- a/shell/android/res/layout/configure_fragment.xml +++ b/shell/android/res/layout/configure_fragment.xml @@ -7,38 +7,12 @@ + android:stretchColumns="*" + android:layout_marginLeft="6dp" > - - - + - - - - - - - - - - - - - + - + + android:layout_marginTop="10dp" + android:orientation="vertical" > - + + + + android:layout_marginTop="10dp" + android:orientation="vertical" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +