diff options
author | notaz | 2012-04-21 23:21:13 +0300 |
---|---|---|
committer | notaz | 2012-04-22 01:58:10 +0300 |
commit | 1f219c7b8a6f2b7a70f595ccdfe419ea034c9411 (patch) | |
tree | 3c5ca172e769b7e4ad263cfe78b0ff24f5cb915d /plugins/gpulib | |
parent | 4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d (diff) | |
download | pcsx_rearmed-1f219c7b8a6f2b7a70f595ccdfe419ea034c9411.tar.gz pcsx_rearmed-1f219c7b8a6f2b7a70f595ccdfe419ea034c9411.tar.bz2 pcsx_rearmed-1f219c7b8a6f2b7a70f595ccdfe419ea034c9411.zip |
rename vout_fb to vout_pl
that code outputs through plugin_lib, which is not necessary fb.
Diffstat (limited to 'plugins/gpulib')
-rw-r--r-- | plugins/gpulib/Makefile | 2 | ||||
-rw-r--r-- | plugins/gpulib/vout_pl.c (renamed from plugins/gpulib/vout_fb.c) | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gpulib/Makefile b/plugins/gpulib/Makefile index 9ed992f..43f0d2b 100644 --- a/plugins/gpulib/Makefile +++ b/plugins/gpulib/Makefile @@ -13,7 +13,7 @@ OBJS += cspace_neon.o else OBJS += cspace.o endif -OBJS += vout_fb.o +OBJS += vout_pl.o EXT = a else CFLAGS += `sdl-config --cflags` diff --git a/plugins/gpulib/vout_fb.c b/plugins/gpulib/vout_pl.c index 021efa7..91de057 100644 --- a/plugins/gpulib/vout_fb.c +++ b/plugins/gpulib/vout_pl.c @@ -1,4 +1,5 @@ /* + * video output handling using plugin_lib * (C) GraÅžvydas "notaz" Ignotas, 2011 * * This work is licensed under the terms of any of these licenses |