libretro-samples/tests/test
Francisco Javier Trujillo Mata 7418a585ef Improve Orbis compilation
2021-10-13 01:27:58 +02:00
..
jni Add demos and tests 2016-09-05 23:39:46 +02:00
libretro-test.c updates 2021-06-03 18:35:27 -04:00
libretro.h add lightgun and control description 2021-04-06 17:16:50 -04:00
link.T Add demos and tests 2016-09-05 23:39:46 +02:00
Makefile Improve Orbis compilation 2021-10-13 01:27:58 +02:00
README.md Add demos and tests 2016-09-05 23:39:46 +02:00
Tupfile Tupfiles for super-repositories 2019-03-03 12:34:32 +01:00

libretro_test

A test core written in C for libretro.

Demonstrates various features of the libretro API including:

  • Input (rumble, analog input, mouse and touch controls)
  • Graphics (software rendering, direct-to-VRAM rendering, etc)
  • Audio (audio callback and non-callback based, etc.)
  • Core options
  • Input descriptor support
  • Keyboard callback support

Programming language

C

Building

To compile, you will need a C compiler and assorted toolchain installed.

make