diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-16 21:49:12 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-16 21:49:12 +0300 |
| commit | 9f2574f34ef6f010e50b17c7dc1acf18e00a2a34 (patch) | |
| tree | bac8e09be68602d9ef62bddd7e7cb9e2577f8eb3 /gui/data/pixmaps | |
| parent | 8f19dd4bc9e8189b3aa28040b2a7ee3fcd977f35 (diff) | |
| download | pcsxr-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.am | 30 | ||||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-cd-open.png | bin | 0 -> 1593 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-icon.png | bin | 0 -> 13508 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-iso-open.png | bin | 0 -> 3034 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-iso-reopen.png | bin | 0 -> 1772 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-memcard.png | bin | 0 -> 935 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-play.png | bin | 0 -> 846 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-plugin-cdr.png | bin | 0 -> 1491 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-plugin-gpu.png | bin | 0 -> 1455 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-plugin-pad.png | bin | 0 -> 1767 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-plugin-sio1.png | bin | 0 -> 1786 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr-plugin-spu.png | bin | 0 -> 2102 bytes | |||
| -rw-r--r-- | gui/data/pixmaps/pcsxr.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..1f07c0e7 --- /dev/null +++ b/gui/data/pixmaps/pcsxr-cd-open.png diff --git a/gui/data/pixmaps/pcsxr-icon.png b/gui/data/pixmaps/pcsxr-icon.png Binary files differnew file mode 100644 index 00000000..2cc9839f --- /dev/null +++ b/gui/data/pixmaps/pcsxr-icon.png diff --git a/gui/data/pixmaps/pcsxr-iso-open.png b/gui/data/pixmaps/pcsxr-iso-open.png Binary files differnew file mode 100644 index 00000000..3daaea2a --- /dev/null +++ b/gui/data/pixmaps/pcsxr-iso-open.png diff --git a/gui/data/pixmaps/pcsxr-iso-reopen.png b/gui/data/pixmaps/pcsxr-iso-reopen.png Binary files differnew file mode 100644 index 00000000..3294074a --- /dev/null +++ b/gui/data/pixmaps/pcsxr-iso-reopen.png diff --git a/gui/data/pixmaps/pcsxr-memcard.png b/gui/data/pixmaps/pcsxr-memcard.png Binary files differnew file mode 100644 index 00000000..2b061b6d --- /dev/null +++ b/gui/data/pixmaps/pcsxr-memcard.png diff --git a/gui/data/pixmaps/pcsxr-play.png b/gui/data/pixmaps/pcsxr-play.png Binary files differnew file mode 100644 index 00000000..ce003e4d --- /dev/null +++ b/gui/data/pixmaps/pcsxr-play.png diff --git a/gui/data/pixmaps/pcsxr-plugin-cdr.png b/gui/data/pixmaps/pcsxr-plugin-cdr.png Binary files differnew file mode 100644 index 00000000..72737547 --- /dev/null +++ b/gui/data/pixmaps/pcsxr-plugin-cdr.png diff --git a/gui/data/pixmaps/pcsxr-plugin-gpu.png b/gui/data/pixmaps/pcsxr-plugin-gpu.png Binary files differnew file mode 100644 index 00000000..e49595f3 --- /dev/null +++ b/gui/data/pixmaps/pcsxr-plugin-gpu.png diff --git a/gui/data/pixmaps/pcsxr-plugin-pad.png b/gui/data/pixmaps/pcsxr-plugin-pad.png Binary files differnew file mode 100644 index 00000000..186e7be8 --- /dev/null +++ b/gui/data/pixmaps/pcsxr-plugin-pad.png diff --git a/gui/data/pixmaps/pcsxr-plugin-sio1.png b/gui/data/pixmaps/pcsxr-plugin-sio1.png Binary files differnew file mode 100644 index 00000000..e9340ade --- /dev/null +++ b/gui/data/pixmaps/pcsxr-plugin-sio1.png diff --git a/gui/data/pixmaps/pcsxr-plugin-spu.png b/gui/data/pixmaps/pcsxr-plugin-spu.png Binary files differnew file mode 100644 index 00000000..53c9ac51 --- /dev/null +++ b/gui/data/pixmaps/pcsxr-plugin-spu.png diff --git a/gui/data/pixmaps/pcsxr.png b/gui/data/pixmaps/pcsxr.png Binary files differnew file mode 100644 index 00000000..8dc59052 --- /dev/null +++ b/gui/data/pixmaps/pcsxr.png |
