summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2018-04-27 12:18:49 +0100
committerGitHub <noreply@github.com>2018-04-27 12:18:49 +0100
commit7936d466c58f6f2603900fbbc9d18b56ac2e4b4c (patch)
tree714d9f371901f7083cf38fc547d46df32d16f16e /plugins/peopsxgl
parent6f76041029393c6823973a29426b28c8c2d0b064 (diff)
parent5687e9684cccc74e9dfa040c59a04d61e0851d54 (diff)
downloadpcsxr-7936d466c58f6f2603900fbbc9d18b56ac2e4b4c.tar.gz
Merge pull request #8 from loathingKernel/travis
Add Travis CI support for Linux and OS X
Diffstat (limited to 'plugins/peopsxgl')
-rw-r--r--plugins/peopsxgl/CMakeLists.txt1
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/cfg.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/cfg.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/draw.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/draw.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/externals.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/fps.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/fps.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/gl_ext.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/gpu.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/gpu.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/gpucfg/main.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/gte_accuracy.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/gte_accuracy.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/key.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/key.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/menu.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/menu.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/prim.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/prim.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/soft.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/soft.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/stdafx.h0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/texture.c0
-rw-r--r--[-rwxr-xr-x]plugins/peopsxgl/texture.h0
25 files changed, 0 insertions, 1 deletions
diff --git a/plugins/peopsxgl/CMakeLists.txt b/plugins/peopsxgl/CMakeLists.txt
index d622ce6f..907009ce 100644
--- a/plugins/peopsxgl/CMakeLists.txt
+++ b/plugins/peopsxgl/CMakeLists.txt
@@ -3,7 +3,6 @@ message(STATUS "* Configuring peopsxgl")
include(GlibCompileResourcesSupport)
#deps
-
find_package(GLib REQUIRED)
if(NOT GLib_FOUND)
message(FATAL_ERROR "GLIB2 library not found")
diff --git a/plugins/peopsxgl/cfg.c b/plugins/peopsxgl/cfg.c
index e43fa116..e43fa116 100755..100644
--- a/plugins/peopsxgl/cfg.c
+++ b/plugins/peopsxgl/cfg.c
diff --git a/plugins/peopsxgl/cfg.h b/plugins/peopsxgl/cfg.h
index f4bc8712..f4bc8712 100755..100644
--- a/plugins/peopsxgl/cfg.h
+++ b/plugins/peopsxgl/cfg.h
diff --git a/plugins/peopsxgl/draw.c b/plugins/peopsxgl/draw.c
index c60d9379..c60d9379 100755..100644
--- a/plugins/peopsxgl/draw.c
+++ b/plugins/peopsxgl/draw.c
diff --git a/plugins/peopsxgl/draw.h b/plugins/peopsxgl/draw.h
index f50504da..f50504da 100755..100644
--- a/plugins/peopsxgl/draw.h
+++ b/plugins/peopsxgl/draw.h
diff --git a/plugins/peopsxgl/externals.h b/plugins/peopsxgl/externals.h
index 1d82bf4f..1d82bf4f 100755..100644
--- a/plugins/peopsxgl/externals.h
+++ b/plugins/peopsxgl/externals.h
diff --git a/plugins/peopsxgl/fps.c b/plugins/peopsxgl/fps.c
index 5b9f7449..5b9f7449 100755..100644
--- a/plugins/peopsxgl/fps.c
+++ b/plugins/peopsxgl/fps.c
diff --git a/plugins/peopsxgl/fps.h b/plugins/peopsxgl/fps.h
index c843d606..c843d606 100755..100644
--- a/plugins/peopsxgl/fps.h
+++ b/plugins/peopsxgl/fps.h
diff --git a/plugins/peopsxgl/gl_ext.h b/plugins/peopsxgl/gl_ext.h
index 645fc590..645fc590 100755..100644
--- a/plugins/peopsxgl/gl_ext.h
+++ b/plugins/peopsxgl/gl_ext.h
diff --git a/plugins/peopsxgl/gpu.c b/plugins/peopsxgl/gpu.c
index 12c453b5..12c453b5 100755..100644
--- a/plugins/peopsxgl/gpu.c
+++ b/plugins/peopsxgl/gpu.c
diff --git a/plugins/peopsxgl/gpu.h b/plugins/peopsxgl/gpu.h
index cdea1b36..cdea1b36 100755..100644
--- a/plugins/peopsxgl/gpu.h
+++ b/plugins/peopsxgl/gpu.h
diff --git a/plugins/peopsxgl/gpucfg/main.c b/plugins/peopsxgl/gpucfg/main.c
index b29c85fb..b29c85fb 100755..100644
--- a/plugins/peopsxgl/gpucfg/main.c
+++ b/plugins/peopsxgl/gpucfg/main.c
diff --git a/plugins/peopsxgl/gte_accuracy.c b/plugins/peopsxgl/gte_accuracy.c
index a2f47cbd..a2f47cbd 100755..100644
--- a/plugins/peopsxgl/gte_accuracy.c
+++ b/plugins/peopsxgl/gte_accuracy.c
diff --git a/plugins/peopsxgl/gte_accuracy.h b/plugins/peopsxgl/gte_accuracy.h
index f3b5b23d..f3b5b23d 100755..100644
--- a/plugins/peopsxgl/gte_accuracy.h
+++ b/plugins/peopsxgl/gte_accuracy.h
diff --git a/plugins/peopsxgl/key.c b/plugins/peopsxgl/key.c
index 76f86734..76f86734 100755..100644
--- a/plugins/peopsxgl/key.c
+++ b/plugins/peopsxgl/key.c
diff --git a/plugins/peopsxgl/key.h b/plugins/peopsxgl/key.h
index 1c0b3c8a..1c0b3c8a 100755..100644
--- a/plugins/peopsxgl/key.h
+++ b/plugins/peopsxgl/key.h
diff --git a/plugins/peopsxgl/menu.c b/plugins/peopsxgl/menu.c
index a77fd77a..a77fd77a 100755..100644
--- a/plugins/peopsxgl/menu.c
+++ b/plugins/peopsxgl/menu.c
diff --git a/plugins/peopsxgl/menu.h b/plugins/peopsxgl/menu.h
index b505ea54..b505ea54 100755..100644
--- a/plugins/peopsxgl/menu.h
+++ b/plugins/peopsxgl/menu.h
diff --git a/plugins/peopsxgl/prim.c b/plugins/peopsxgl/prim.c
index b03d87d7..b03d87d7 100755..100644
--- a/plugins/peopsxgl/prim.c
+++ b/plugins/peopsxgl/prim.c
diff --git a/plugins/peopsxgl/prim.h b/plugins/peopsxgl/prim.h
index e766cdb7..e766cdb7 100755..100644
--- a/plugins/peopsxgl/prim.h
+++ b/plugins/peopsxgl/prim.h
diff --git a/plugins/peopsxgl/soft.c b/plugins/peopsxgl/soft.c
index 21fe4b09..21fe4b09 100755..100644
--- a/plugins/peopsxgl/soft.c
+++ b/plugins/peopsxgl/soft.c
diff --git a/plugins/peopsxgl/soft.h b/plugins/peopsxgl/soft.h
index 5d6435e4..5d6435e4 100755..100644
--- a/plugins/peopsxgl/soft.h
+++ b/plugins/peopsxgl/soft.h
diff --git a/plugins/peopsxgl/stdafx.h b/plugins/peopsxgl/stdafx.h
index ab40002e..ab40002e 100755..100644
--- a/plugins/peopsxgl/stdafx.h
+++ b/plugins/peopsxgl/stdafx.h
diff --git a/plugins/peopsxgl/texture.c b/plugins/peopsxgl/texture.c
index 8d8fb41b..8d8fb41b 100755..100644
--- a/plugins/peopsxgl/texture.c
+++ b/plugins/peopsxgl/texture.c
diff --git a/plugins/peopsxgl/texture.h b/plugins/peopsxgl/texture.h
index 42cc931e..42cc931e 100755..100644
--- a/plugins/peopsxgl/texture.h
+++ b/plugins/peopsxgl/texture.h