diff --git a/WorkDir/SDL.dll b/WorkDir/SDL.dll
deleted file mode 100644
index 628cdfcf0..000000000
Binary files a/WorkDir/SDL.dll and /dev/null differ
diff --git a/WorkDir/data/fsca-table.bin b/WorkDir/data/fsca-table.bin
deleted file mode 100644
index 4fc776ed8..000000000
Binary files a/WorkDir/data/fsca-table.bin and /dev/null differ
diff --git a/WorkDir/data/vmu_default.bin b/WorkDir/data/vmu_default.bin
deleted file mode 100644
index 2e2c6f0f2..000000000
Binary files a/WorkDir/data/vmu_default.bin and /dev/null differ
diff --git a/WorkDir/glew32.dll b/WorkDir/glew32.dll
deleted file mode 100644
index 8857ba675..000000000
Binary files a/WorkDir/glew32.dll and /dev/null differ
diff --git a/esinfo/.classpath b/esinfo/.classpath
deleted file mode 100644
index a4763d1ee..000000000
--- a/esinfo/.classpath
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/esinfo/.project b/esinfo/.project
deleted file mode 100644
index 73c6d8caf..000000000
--- a/esinfo/.project
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
- OpenGL ES info
-
-
-
-
-
- com.android.ide.eclipse.adt.ResourceManagerBuilder
-
-
-
-
- com.android.ide.eclipse.adt.PreCompilerBuilder
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- com.android.ide.eclipse.adt.ApkBuilder
-
-
-
-
-
- com.android.ide.eclipse.adt.AndroidNature
- org.eclipse.jdt.core.javanature
-
-
diff --git a/esinfo/.settings/org.eclipse.jdt.core.prefs b/esinfo/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f77b31c2d..000000000
--- a/esinfo/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.source=1.5
diff --git a/esinfo/AndroidManifest.xml b/esinfo/AndroidManifest.xml
deleted file mode 100644
index 24d66b466..000000000
--- a/esinfo/AndroidManifest.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/esinfo/build.xml b/esinfo/build.xml
deleted file mode 100644
index a10a91491..000000000
--- a/esinfo/build.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/esinfo/ic_launcher-web.png b/esinfo/ic_launcher-web.png
deleted file mode 100644
index ce286b815..000000000
Binary files a/esinfo/ic_launcher-web.png and /dev/null differ
diff --git a/esinfo/jni/Android.mk b/esinfo/jni/Android.mk
deleted file mode 100644
index 805472a34..000000000
--- a/esinfo/jni/Android.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := jnitest
-LOCAL_CFLAGS := -Werror
-LOCAL_SRC_FILES := jnitest.c
-LOCAL_LDLIBS := -llog
-
-include $(BUILD_SHARED_LIBRARY)
\ No newline at end of file
diff --git a/esinfo/jni/jnitest.c b/esinfo/jni/jnitest.c
deleted file mode 100644
index 15123f2b6..000000000
--- a/esinfo/jni/jnitest.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include
-#include
-
-JNIEXPORT jint JNICALL
-Java_com_example_ogles_1info_jnitest_test(JNIEnv * env, jobject obj)
-{
- int sz= 512*1024*1024 + 16*1024*1024;
- void* rv=mmap(0, sz, PROT_NONE, MAP_PRIVATE | MAP_ANON, -1, 0);
- if (rv != MAP_FAILED) {
- munmap(rv,sz);
- }
- return rv != MAP_FAILED;
-}
diff --git a/esinfo/libs/android-support-v4.jar b/esinfo/libs/android-support-v4.jar
deleted file mode 100644
index 018c1272b..000000000
Binary files a/esinfo/libs/android-support-v4.jar and /dev/null differ
diff --git a/esinfo/proguard-project.txt b/esinfo/proguard-project.txt
deleted file mode 100644
index f2fe1559a..000000000
--- a/esinfo/proguard-project.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# To enable ProGuard in your project, edit project.properties
-# to define the proguard.config property as described in that file.
-#
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in ${sdk.dir}/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the ProGuard
-# include property in project.properties.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
diff --git a/esinfo/project.properties b/esinfo/project.properties
deleted file mode 100644
index 0840b4a05..000000000
--- a/esinfo/project.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system edit
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-#
-# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
-#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
-
-# Project target.
-target=android-15
diff --git a/esinfo/res/drawable-hdpi/ic_action_search.png b/esinfo/res/drawable-hdpi/ic_action_search.png
deleted file mode 100644
index 67de12dec..000000000
Binary files a/esinfo/res/drawable-hdpi/ic_action_search.png and /dev/null differ
diff --git a/esinfo/res/drawable-hdpi/ic_launcher.png b/esinfo/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index b9bf51d9f..000000000
Binary files a/esinfo/res/drawable-hdpi/ic_launcher.png and /dev/null differ
diff --git a/esinfo/res/drawable-ldpi/ic_launcher.png b/esinfo/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644
index 9f2f9027d..000000000
Binary files a/esinfo/res/drawable-ldpi/ic_launcher.png and /dev/null differ
diff --git a/esinfo/res/drawable-mdpi/ic_action_search.png b/esinfo/res/drawable-mdpi/ic_action_search.png
deleted file mode 100644
index 134d5490b..000000000
Binary files a/esinfo/res/drawable-mdpi/ic_action_search.png and /dev/null differ
diff --git a/esinfo/res/drawable-mdpi/ic_launcher.png b/esinfo/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index 625c65dd4..000000000
Binary files a/esinfo/res/drawable-mdpi/ic_launcher.png and /dev/null differ
diff --git a/esinfo/res/drawable-xhdpi/ic_action_search.png b/esinfo/res/drawable-xhdpi/ic_action_search.png
deleted file mode 100644
index d699c6b37..000000000
Binary files a/esinfo/res/drawable-xhdpi/ic_action_search.png and /dev/null differ
diff --git a/esinfo/res/drawable-xhdpi/ic_launcher.png b/esinfo/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 43f2dbae8..000000000
Binary files a/esinfo/res/drawable-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/esinfo/res/layout/activity_main.xml b/esinfo/res/layout/activity_main.xml
deleted file mode 100644
index 7a5b6d689..000000000
--- a/esinfo/res/layout/activity_main.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/esinfo/res/menu/activity_main.xml b/esinfo/res/menu/activity_main.xml
deleted file mode 100644
index cfc10fd52..000000000
--- a/esinfo/res/menu/activity_main.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/esinfo/res/values-large/dimens.xml b/esinfo/res/values-large/dimens.xml
deleted file mode 100644
index 5c4a502e7..000000000
--- a/esinfo/res/values-large/dimens.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- 8dp
- 16dp
- 16dp
-
-
\ No newline at end of file
diff --git a/esinfo/res/values-v11/styles.xml b/esinfo/res/values-v11/styles.xml
deleted file mode 100644
index d408cbc37..000000000
--- a/esinfo/res/values-v11/styles.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/esinfo/res/values-v14/styles.xml b/esinfo/res/values-v14/styles.xml
deleted file mode 100644
index 1c089a788..000000000
--- a/esinfo/res/values-v14/styles.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/esinfo/res/values/dimens.xml b/esinfo/res/values/dimens.xml
deleted file mode 100644
index ec966461c..000000000
--- a/esinfo/res/values/dimens.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- 8dp
- 8dp
- 16dp
-
-
\ No newline at end of file
diff --git a/esinfo/res/values/strings.xml b/esinfo/res/values/strings.xml
deleted file mode 100644
index 078d11929..000000000
--- a/esinfo/res/values/strings.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- reicast tests
- Hello world!
- Settings
- reicast tests
-
-
\ No newline at end of file
diff --git a/esinfo/res/values/styles.xml b/esinfo/res/values/styles.xml
deleted file mode 100644
index 4dba0d0a4..000000000
--- a/esinfo/res/values/styles.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/esinfo/src/com/example/ogles_info/MainActivity.java b/esinfo/src/com/example/ogles_info/MainActivity.java
deleted file mode 100644
index 9fb13d172..000000000
--- a/esinfo/src/com/example/ogles_info/MainActivity.java
+++ /dev/null
@@ -1,162 +0,0 @@
-package com.example.ogles_info;
-
-import javax.microedition.khronos.egl.EGL10;
-import javax.microedition.khronos.egl.EGL11;
-import javax.microedition.khronos.egl.EGLConfig;
-import javax.microedition.khronos.egl.EGLContext;
-import javax.microedition.khronos.egl.EGLDisplay;
-import javax.microedition.khronos.opengles.GL11;
-
-import android.opengl.GLES20;
-import android.os.Bundle;
-import android.app.Activity;
-import android.view.Menu;
-import android.view.MenuItem;
-import android.view.View;
-import android.view.View.OnClickListener;
-import android.widget.LinearLayout;
-import android.widget.ListView;
-import android.widget.TextView;
-import android.widget.ToggleButton;
-import android.support.v4.app.NavUtils;
-import android.widget.Toast;
-
-public class MainActivity extends Activity {
-
- LinearLayout lv;
- ToggleButton tbn_alpha;
- ToggleButton tbn_24bits;
- ToggleButton tbn_depth;
- ToggleButton tbn_stencil;
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
- final boolean jnt = jnitest.test()!=0;
-
- super.onCreate(savedInstanceState);
- setContentView(R.layout.activity_main);
- lv = (LinearLayout)findViewById(R.id.caps_list);
-
- Toast.makeText(getApplicationContext(), jnt ? "jni test passed" : "jni test failed", Toast.LENGTH_SHORT).show();
-
- OnClickListener ocl =new OnClickListener() { public void onClick(View v) { MainActivity.this.populate_list(jnt); } };
-
- tbn_24bits=(ToggleButton)findViewById(R.id.tbn_24bits);
- tbn_depth=(ToggleButton)findViewById(R.id.tbn_depth);
- tbn_stencil=(ToggleButton)findViewById(R.id.tbn_stencil);
- tbn_alpha=(ToggleButton)findViewById(R.id.tbn_alpha);
-
- tbn_24bits.setOnClickListener(ocl);
- tbn_depth.setOnClickListener(ocl);
- tbn_stencil.setOnClickListener(ocl);
- tbn_alpha.setOnClickListener(ocl);
-
- populate_list(jnt);
- }
-
- void add_string(String s)
- {
- TextView tv = new TextView(this);
- tv.setText(s);
-
- lv.addView(tv);
- }
- void populate_list(boolean jnt)
- {
- lv.removeAllViews();
-
- add_string("MMAP ALLOC TEST: " + (jnt ? "PASSED":"FAILED"));
- add_string("BOARD: " + android.os.Build.BOARD);
- add_string("BOOTLOADER: " + android.os.Build.BOOTLOADER);
- add_string("BRAND: " + android.os.Build.BRAND);
- add_string("CPU_ABI: " + android.os.Build.CPU_ABI);
- add_string("CPU_ABI2: " + android.os.Build.CPU_ABI2);
- add_string("DEVICE: " + android.os.Build.DEVICE);
- add_string("DISPLAY: " + android.os.Build.DISPLAY);
- add_string("FINGERPRINT: " + android.os.Build.FINGERPRINT);
- add_string("HARDWARE: " + android.os.Build.HARDWARE);
- add_string("HOST: " + android.os.Build.HOST);
- add_string("ID: " + android.os.Build.ID);
- add_string("MANUFACTURER: " + android.os.Build.MANUFACTURER);
- add_string("MODEL: " + android.os.Build.MODEL);
- add_string("PRODUCT: " + android.os.Build.PRODUCT);
- //add_string("SERIAL: " + android.os.Build.SERIAL);
- add_string("TAGS: " + android.os.Build.TAGS);
- add_string("TYPE: " + android.os.Build.TYPE);
- add_string("CODENAME: " + android.os.Build.VERSION.CODENAME);
- add_string("RELEASE: " + android.os.Build.VERSION.RELEASE);
- add_string("INCREMENTAL: " + android.os.Build.VERSION.INCREMENTAL);
- add_string("SDK: " + android.os.Build.VERSION.SDK_INT);
-
- EGL10 e = (EGL10)EGLContext.getEGL();
- //EGL10 e = (EGL10)GLES20.glGetString(name)
-
- EGLConfig[] cfgs = new EGLConfig[1000];
-
- int[] cfg_cnt= new int[1];
- EGLDisplay disp=e.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY);
-
- int[] version = new int[2];
- e.eglInitialize(disp, version);
-
- e.eglGetConfigs(disp, cfgs, cfgs.length, cfg_cnt);
-
- for (int i=0;i