Backport GPU Unai plugin from PCSX4ALL
authornegativeExponent <negativeExponent@users.noreply.github.com>
Sat, 17 Aug 2019 01:31:06 +0000 (09:31 +0800)
committernegativeExponent <negativeExponent@users.noreply.github.com>
Sat, 17 Aug 2019 01:33:48 +0000 (09:33 +0800)
commit030d1121f27550429364745419fc5e6161a2a431
tree90d83d5855981ad4558f5533a6d6bc2d4a19cfba
parentfcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813
Backport GPU Unai plugin from PCSX4ALL

- backports gpu unai plugin from PCSX4ALL
- sync necessary files with notaz/master to allow building standalone app
54 files changed:
Makefile
blackberry_qnx/.cproject [new file with mode: 0644]
blackberry_qnx/.project [new file with mode: 0644]
debian_maemo/buildpkg [new file with mode: 0644]
debian_maemo/changelog [new file with mode: 0644]
debian_maemo/compat [new file with mode: 0644]
debian_maemo/control [new file with mode: 0644]
debian_maemo/copyright [new file with mode: 0644]
debian_maemo/dirs [new file with mode: 0644]
debian_maemo/docs [new file with mode: 0644]
debian_maemo/files [new file with mode: 0644]
debian_maemo/install [new file with mode: 0644]
debian_maemo/rules [new file with mode: 0644]
frontend/320240/caanoo.gpe [new file with mode: 0755]
frontend/320240/haptic_s.cfg [new file with mode: 0644]
frontend/320240/haptic_w.cfg [new file with mode: 0644]
frontend/320240/pcsx26.png [new file with mode: 0644]
frontend/320240/pcsx_rearmed.ini [new file with mode: 0644]
frontend/320240/pcsxb.png [new file with mode: 0644]
frontend/320240/pollux_set.c [new file with mode: 0644]
frontend/320240/skin/background.png [new file with mode: 0644]
frontend/320240/skin/font.png [new file with mode: 0644]
frontend/320240/skin/readme.txt [new file with mode: 0644]
frontend/320240/skin/selector.png [new file with mode: 0644]
frontend/320240/skin/skin.txt [new file with mode: 0644]
frontend/320240/ui_gp2x.h [new file with mode: 0644]
frontend/libretro.c
frontend/libretro_core_options.h
frontend/main.c
frontend/menu.c
frontend/plugin_lib.h
jni/Android.mk
maemo/hildon.c [new file with mode: 0644]
maemo/maemo_common.h [new file with mode: 0644]
maemo/maemo_xkb.c [new file with mode: 0644]
plugins/gpu_unai/Makefile
plugins/gpu_unai/README_senquack.txt [new file with mode: 0644]
plugins/gpu_unai/gpu.cpp
plugins/gpu_unai/gpu.h
plugins/gpu_unai/gpu_blit.h
plugins/gpu_unai/gpu_command.h
plugins/gpu_unai/gpu_fixedpoint.h
plugins/gpu_unai/gpu_inner.h
plugins/gpu_unai/gpu_inner_blend.h
plugins/gpu_unai/gpu_inner_blend_arm5.h [new file with mode: 0644]
plugins/gpu_unai/gpu_inner_blend_arm7.h [new file with mode: 0644]
plugins/gpu_unai/gpu_inner_light.h
plugins/gpu_unai/gpu_inner_quantization.h [new file with mode: 0644]
plugins/gpu_unai/gpu_raster_image.h
plugins/gpu_unai/gpu_raster_line.h
plugins/gpu_unai/gpu_raster_polygon.h
plugins/gpu_unai/gpu_raster_sprite.h
plugins/gpu_unai/gpu_unai.h [new file with mode: 0644]
plugins/gpu_unai/gpulib_if.cpp