From 9f2574f34ef6f010e50b17c7dc1acf18e00a2a34 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Sun, 16 Jul 2017 21:49:12 +0300 Subject: * Move data and pixmaps folders inside gui folder to reflect codeplex branch. * Enable overclock feature in config file. --- pixmaps/Makefile.am | 7 ------- pixmaps/cd.png | Bin 1593 -> 0 bytes pixmaps/cdr.png | Bin 1491 -> 0 bytes pixmaps/gpu.png | Bin 1455 -> 0 bytes pixmaps/iso-open.png | Bin 3034 -> 0 bytes pixmaps/iso-reopen.png | Bin 1772 -> 0 bytes pixmaps/memcard.png | Bin 935 -> 0 bytes pixmaps/pad.png | Bin 1767 -> 0 bytes pixmaps/pcsxr-icon.png | Bin 13508 -> 0 bytes pixmaps/pcsxr.png | Bin 60106 -> 0 bytes pixmaps/play.png | Bin 846 -> 0 bytes pixmaps/sio1.png | Bin 1786 -> 0 bytes pixmaps/spu.png | Bin 2102 -> 0 bytes 13 files changed, 7 deletions(-) delete mode 100644 pixmaps/Makefile.am delete mode 100755 pixmaps/cd.png delete mode 100755 pixmaps/cdr.png delete mode 100755 pixmaps/gpu.png delete mode 100755 pixmaps/iso-open.png delete mode 100755 pixmaps/iso-reopen.png delete mode 100755 pixmaps/memcard.png delete mode 100755 pixmaps/pad.png delete mode 100755 pixmaps/pcsxr-icon.png delete mode 100755 pixmaps/pcsxr.png delete mode 100755 pixmaps/play.png delete mode 100644 pixmaps/sio1.png delete mode 100755 pixmaps/spu.png (limited to 'pixmaps') diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am deleted file mode 100644 index e77fda4e..00000000 --- a/pixmaps/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -pixmapdir = "$(datadir)/pcsxr" -pixmap_DATA = pcsxr.png iso-open.png iso-reopen.png cd.png cdr.png gpu.png memcard.png pad.png play.png sio1.png spu.png - -icondir = "$(datadir)/pixmaps" -icon_DATA = pcsxr-icon.png - -EXTRA_DIST = pcsxr.png iso-open.png iso-reopen.png cd.png cdr.png gpu.png memcard.png pad.png play.png sio1.png spu.png pcsxr-icon.png diff --git a/pixmaps/cd.png b/pixmaps/cd.png deleted file mode 100755 index 1f07c0e7..00000000 Binary files a/pixmaps/cd.png and /dev/null differ diff --git a/pixmaps/cdr.png b/pixmaps/cdr.png deleted file mode 100755 index 72737547..00000000 Binary files a/pixmaps/cdr.png and /dev/null differ diff --git a/pixmaps/gpu.png b/pixmaps/gpu.png deleted file mode 100755 index e49595f3..00000000 Binary files a/pixmaps/gpu.png and /dev/null differ diff --git a/pixmaps/iso-open.png b/pixmaps/iso-open.png deleted file mode 100755 index 3daaea2a..00000000 Binary files a/pixmaps/iso-open.png and /dev/null differ diff --git a/pixmaps/iso-reopen.png b/pixmaps/iso-reopen.png deleted file mode 100755 index 3294074a..00000000 Binary files a/pixmaps/iso-reopen.png and /dev/null differ diff --git a/pixmaps/memcard.png b/pixmaps/memcard.png deleted file mode 100755 index 2b061b6d..00000000 Binary files a/pixmaps/memcard.png and /dev/null differ diff --git a/pixmaps/pad.png b/pixmaps/pad.png deleted file mode 100755 index 186e7be8..00000000 Binary files a/pixmaps/pad.png and /dev/null differ diff --git a/pixmaps/pcsxr-icon.png b/pixmaps/pcsxr-icon.png deleted file mode 100755 index 2cc9839f..00000000 Binary files a/pixmaps/pcsxr-icon.png and /dev/null differ diff --git a/pixmaps/pcsxr.png b/pixmaps/pcsxr.png deleted file mode 100755 index 8dc59052..00000000 Binary files a/pixmaps/pcsxr.png and /dev/null differ diff --git a/pixmaps/play.png b/pixmaps/play.png deleted file mode 100755 index ce003e4d..00000000 Binary files a/pixmaps/play.png and /dev/null differ diff --git a/pixmaps/sio1.png b/pixmaps/sio1.png deleted file mode 100644 index e9340ade..00000000 Binary files a/pixmaps/sio1.png and /dev/null differ diff --git a/pixmaps/spu.png b/pixmaps/spu.png deleted file mode 100755 index 53c9ac51..00000000 Binary files a/pixmaps/spu.png and /dev/null differ -- cgit v1.2.3