summaryrefslogtreecommitdiff
path: root/gui/data/pixmaps
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2017-07-16 21:49:12 +0300
committerStelios Tsampas <loathingkernel@gmail.com>2017-07-16 21:49:12 +0300
commit9f2574f34ef6f010e50b17c7dc1acf18e00a2a34 (patch)
treebac8e09be68602d9ef62bddd7e7cb9e2577f8eb3 /gui/data/pixmaps
parent8f19dd4bc9e8189b3aa28040b2a7ee3fcd977f35 (diff)
downloadpcsxr-9f2574f34ef6f010e50b17c7dc1acf18e00a2a34.tar.gz
* Move data and pixmaps folders inside gui folder to reflect codeplex branch.
* Enable overclock feature in config file.
Diffstat (limited to 'gui/data/pixmaps')
-rw-r--r--gui/data/pixmaps/Makefile.am30
-rw-r--r--gui/data/pixmaps/pcsxr-cd-open.pngbin0 -> 1593 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-icon.pngbin0 -> 13508 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-iso-open.pngbin0 -> 3034 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-iso-reopen.pngbin0 -> 1772 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-memcard.pngbin0 -> 935 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-play.pngbin0 -> 846 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-plugin-cdr.pngbin0 -> 1491 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-plugin-gpu.pngbin0 -> 1455 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-plugin-pad.pngbin0 -> 1767 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-plugin-sio1.pngbin0 -> 1786 bytes
-rw-r--r--gui/data/pixmaps/pcsxr-plugin-spu.pngbin0 -> 2102 bytes
-rw-r--r--gui/data/pixmaps/pcsxr.pngbin0 -> 60106 bytes
13 files changed, 30 insertions, 0 deletions
diff --git a/gui/data/pixmaps/Makefile.am b/gui/data/pixmaps/Makefile.am
new file mode 100644
index 00000000..904ffe34
--- /dev/null
+++ b/gui/data/pixmaps/Makefile.am
@@ -0,0 +1,30 @@
+pixmapdir = "$(datadir)/pcsxr"
+pixmap_DATA = \
+ pcsxr-cd-open.png \
+ pcsxr-iso-open.png \
+ pcsxr-iso-reopen.png \
+ pcsxr-memcard.png \
+ pcsxr-play.png \
+ pcsxr-plugin-cdr.png \
+ pcsxr-plugin-gpu.png \
+ pcsxr-plugin-pad.png \
+ pcsxr-plugin-sio1.png \
+ pcsxr-plugin-spu.png \
+ pcsxr.png
+
+icondir = "$(datadir)/pixmaps"
+icon_DATA = pcsxr-icon.png
+
+EXTRA_DIST = \
+ pcsxr-cd-open.png \
+ pcsxr-iso-open.png \
+ pcsxr-iso-reopen.png \
+ pcsxr-memcard.png \
+ pcsxr-play.png \
+ pcsxr-plugin-cdr.png \
+ pcsxr-plugin-gpu.png \
+ pcsxr-plugin-pad.png \
+ pcsxr-plugin-sio1.png \
+ pcsxr-plugin-spu.png \
+ pcsxr.png \
+ pcsxr-icon.png
diff --git a/gui/data/pixmaps/pcsxr-cd-open.png b/gui/data/pixmaps/pcsxr-cd-open.png
new file mode 100644
index 00000000..1f07c0e7
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-cd-open.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-icon.png b/gui/data/pixmaps/pcsxr-icon.png
new file mode 100644
index 00000000..2cc9839f
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-icon.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-iso-open.png b/gui/data/pixmaps/pcsxr-iso-open.png
new file mode 100644
index 00000000..3daaea2a
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-iso-open.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-iso-reopen.png b/gui/data/pixmaps/pcsxr-iso-reopen.png
new file mode 100644
index 00000000..3294074a
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-iso-reopen.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-memcard.png b/gui/data/pixmaps/pcsxr-memcard.png
new file mode 100644
index 00000000..2b061b6d
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-memcard.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-play.png b/gui/data/pixmaps/pcsxr-play.png
new file mode 100644
index 00000000..ce003e4d
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-play.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-plugin-cdr.png b/gui/data/pixmaps/pcsxr-plugin-cdr.png
new file mode 100644
index 00000000..72737547
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-plugin-cdr.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-plugin-gpu.png b/gui/data/pixmaps/pcsxr-plugin-gpu.png
new file mode 100644
index 00000000..e49595f3
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-plugin-gpu.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-plugin-pad.png b/gui/data/pixmaps/pcsxr-plugin-pad.png
new file mode 100644
index 00000000..186e7be8
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-plugin-pad.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-plugin-sio1.png b/gui/data/pixmaps/pcsxr-plugin-sio1.png
new file mode 100644
index 00000000..e9340ade
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-plugin-sio1.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr-plugin-spu.png b/gui/data/pixmaps/pcsxr-plugin-spu.png
new file mode 100644
index 00000000..53c9ac51
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr-plugin-spu.png
Binary files differ
diff --git a/gui/data/pixmaps/pcsxr.png b/gui/data/pixmaps/pcsxr.png
new file mode 100644
index 00000000..8dc59052
--- /dev/null
+++ b/gui/data/pixmaps/pcsxr.png
Binary files differ