move common files to root
authornotaz <notasas@gmail.com>
Sat, 8 Sep 2012 18:30:31 +0000 (21:30 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 12 Sep 2012 22:41:53 +0000 (01:41 +0300)
25 files changed:
arm_linux.S [moved from common/arm_linux.S with 100% similarity]
arm_linux.h [moved from common/arm_linux.h with 100% similarity]
fonts.c [moved from common/fonts.c with 100% similarity]
fonts.h [moved from common/fonts.h with 100% similarity]
gp2x/in_gp2x.c
gp2x/soc_dummy.c
gp2x/soc_mmsp2.c
gp2x/soc_pollux.c
in_sdl.c [moved from common/in_sdl.c with 100% similarity]
in_sdl.h [moved from common/in_sdl.h with 100% similarity]
input.c [moved from common/input.c with 100% similarity]
input.h [moved from common/input.h with 100% similarity]
linux/in_evdev.c
linux/plat.c
linux/sndout_oss.c
lprintf.h [moved from common/lprintf.h with 100% similarity]
menu.c [moved from common/menu.c with 100% similarity]
menu.h [moved from common/menu.h with 100% similarity]
plat.h [moved from common/plat.h with 100% similarity]
posix.h [moved from common/posix.h with 100% similarity]
readpng.c [moved from common/readpng.c with 100% similarity]
readpng.h [moved from common/readpng.h with 100% similarity]
win32/direct.cpp
win32/dsnd.cpp
win32/in_vk.c

similarity index 100%
rename from common/arm_linux.S
rename to arm_linux.S
similarity index 100%
rename from common/arm_linux.h
rename to arm_linux.h
similarity index 100%
rename from common/fonts.c
rename to fonts.c
similarity index 100%
rename from common/fonts.h
rename to fonts.h
index 196f121..14c823d 100644 (file)
@@ -6,7 +6,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 
-#include "../common/input.h"
+#include "../input.h"
 #include "in_gp2x.h"
 
 #define IN_GP2X_PREFIX "gp2x:"
index 9991082..89b1d71 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 
 #include "soc.h"
-#include "../common/emu.h"
+#include "../emu.h"
 
 extern void *gp2x_screens[4];
 
index 35748d8..e2a2f1d 100644 (file)
@@ -11,9 +11,9 @@
 #include "soc.h"
 #include "soc_mmsp2.h"
 #include "plat_gp2x.h"
-#include "../common/emu.h"
-#include "../common/plat.h"
-#include "../common/arm_utils.h"
+#include "../emu.h"
+#include "../plat.h"
+#include "../arm_utils.h"
 #include "940ctl.h"
 
 volatile unsigned short *gp2x_memregs;
index b7a8a12..6a6dde0 100644 (file)
@@ -20,9 +20,9 @@
 
 #include "soc.h"
 #include "plat_gp2x.h"
-#include "../common/emu.h"
-#include "../common/plat.h"
-#include "../common/arm_utils.h"
+#include "../emu.h"
+#include "../plat.h"
+#include "../arm_utils.h"
 #include "pollux_set.h"
 
 static volatile unsigned short *memregs;
similarity index 100%
rename from common/in_sdl.c
rename to in_sdl.c
similarity index 100%
rename from common/in_sdl.h
rename to in_sdl.h
similarity index 100%
rename from common/input.c
rename to input.c
similarity index 100%
rename from common/input.h
rename to input.h
index b447da1..f06f495 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/input.h>
 #include <errno.h>
 
-#include "../common/input.h"
+#include "../input.h"
 #include "in_evdev.h"
 
 #define MAX_ABS_DEVS 8
index 4ed1e65..f793910 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/mman.h>
 #include <errno.h>
 
-#include "../common/plat.h"
+#include "../plat.h"
 
 /* XXX: maybe unhardcode pagesize? */
 #define HUGETLB_PAGESIZE (2 * 1024 * 1024)
index 2313d3f..9e959ef 100644 (file)
@@ -98,7 +98,7 @@ int sndout_oss_write(const void *buff, int len)
        return write(sounddev, buff, len);
 }
 
-#include "../common/plat.h"
+#include "../plat.h"
 
 /* not really non-blocking, just detects if blocking occurs
  * and starts skipping writes in case it does. */
similarity index 100%
rename from common/lprintf.h
rename to lprintf.h
similarity index 100%
rename from common/menu.c
rename to menu.c
similarity index 100%
rename from common/menu.h
rename to menu.h
similarity index 100%
rename from common/plat.h
rename to plat.h
similarity index 100%
rename from common/posix.h
rename to posix.h
similarity index 100%
rename from common/readpng.c
rename to readpng.c
similarity index 100%
rename from common/readpng.h
rename to readpng.h
index 033f87c..3d0738c 100644 (file)
@@ -1,6 +1,6 @@
 // ddraw\r
 #include <ddraw.h>\r
-#include "../common/lprintf.h"\r
+#include "../lprintf.h"\r
 #include "direct.h"\r
 #include "main.h"\r
 \r
index 4e1930e..974b3b2 100644 (file)
@@ -6,7 +6,7 @@
 #include <dsound.h>\r
 \r
 #include "dsnd.h"\r
-#include "../common/lprintf.h"\r
+#include "../lprintf.h"\r
 \r
 #define NSEGS 4\r
 #define RELEASE(x) if (x) x->Release();  x=NULL;\r
index 44e1fde..f114f74 100644 (file)
@@ -3,8 +3,8 @@
 #undef RC_INVOKED
 #include <string.h>
 
-#include "../common/input.h"
-#include "../common/emu.h" // array_size
+#include "../input.h"
+#include "../emu.h" // array_size
 #include "in_vk.h"
 
 #define IN_VK_PREFIX "vk:"